Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
iwyg committed Jul 15, 2013
1 parent ed80076 commit e754aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function stringProvider()
array('foo-bar', 'fooBar'),
array('foo-bar', 'foo_bar'),
array('foo-bar', 'foo:bar'),
array('foo.bar', 'foo.bar'),
array('foo-bar', 'foo.bar'),
array('foo', '_foo'),
array('foo', '%foo')
);
Expand Down

0 comments on commit e754aec

Please sign in to comment.