Navigation Menu

Skip to content

Commit

Permalink
Using "camelize" instead of "underscore" for fixture names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 13, 2018
1 parent 6e6db69 commit d500edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ConventionsTrait.php
Expand Up @@ -30,7 +30,7 @@ trait ConventionsTrait
*/
protected function _fixtureName($name)
{
return Inflector::underscore($name);
return Inflector::camelize($name);
}

/**
Expand Down

0 comments on commit d500edf

Please sign in to comment.