laracasts / TestDummy

Easy factories for PHP integration testing.
https://laracasts.com/lessons/whats-new-in-testdummy
MIT License
455 stars 80 forks source link

Undefined variable: randomElement #80

Closed mikeritter closed 9 years ago

mikeritter commented 9 years ago

given an array of $dates

received this error attempting to use $faker->randomElement($dates)

Undefined variable: randomElement  
mikeritter commented 9 years ago

my error.

had a misplaced edit.