From 3e2d817fc7fecf6b97c5989ca75a52414fbdf0af Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 21 Mar 2013 06:40:17 +0100 Subject: fix tag::normalize test --- tests/TagTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TagTest.php b/tests/TagTest.php index bda5a29..bac8f28 100644 --- a/tests/TagTest.php +++ b/tests/TagTest.php @@ -92,7 +92,7 @@ class TagTest extends TestBase $tags = $this->ts->normalize( array('foo', '', 'bar', 'baz') ); - $this->assertEquals(array('foo', 'bar', 'baz'), $tags); + $this->assertEquals(array(0 => 'foo', 2 => 'bar', 3 => 'baz'), $tags); } } -- cgit v1.2.3