Skip to content

Commit 9df713c

Browse files
committed
Using "camelize" instead of "underscore" for fixture names.
1 parent 429a885 commit 9df713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConventionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ trait ConventionsTrait
3030
*/
3131
protected function _fixtureName($name)
3232
{
33-
return Inflector::underscore($name);
33+
return Inflector::camelize($name);
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)