diff options
Diffstat (limited to 'tests/TagTest.php')
| -rw-r--r-- | tests/TagTest.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);      }  } | 
