From f7b5ab1e365f3f57cc7c75b6ed5aea62a2878c05 Mon Sep 17 00:00:00 2001 From: Hill Date: Fri, 1 Sep 2017 13:37:48 +0000 Subject: [PATCH] fixed unit test --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 2fada57..920195b 100644 --- a/test.php +++ b/test.php @@ -33,7 +33,7 @@ function testDumpMultiArray() $v->process(); $output = ob_get_contents(); ob_end_clean(); - $expected = "'a[b]' => 'c',"; + $expected = "- a[b]: 'c'"; $this->assertContains($expected,$output); }