Skip to content

Commit

Permalink
Seed the Person model
Browse files Browse the repository at this point in the history
  • Loading branch information
mindofmicah committed May 6, 2015
1 parent 7984dc5 commit deca369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/factories/all.php
Expand Up @@ -2,3 +2,8 @@
$factory('Model', [
'hi'=>$faker->name
]);

$factory('Person', [
'first'=>$faker->firstName,
'last'=>$faker->lastName
]);

0 comments on commit deca369

Please sign in to comment.