Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Sep 1, 2017
1 parent f11708f commit f7b5ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function testDumpMultiArray()
$v->process();
$output = ob_get_contents();
ob_end_clean();
$expected = "'a[b]' => 'c',";
$expected = "- [1;36ma[b][0m: 'c'";
$this->assertContains($expected,$output);
}

Expand Down

0 comments on commit f7b5ab1

Please sign in to comment.