JeffreyWay / Laravel-Test-Helpers

Easier testing in Laravel.
https://packagist.org/packages/way/laravel-test-helpers
217 stars 40 forks source link

error for Factory::attributeFor("Model") #47

Open mishbah opened 10 years ago

mishbah commented 10 years ago

I use this code (and I have Kontakan class for model)

    public function testBasicExample()
    {
        $kontakan = Factory::attributeFor('Kontakan');
    }

and when I run phpunit, I got this error

ErrorException: Argument 2 passed to Way\Tests\Factory::fire() must be an array, string given, called in /var/www/followup/vendor/way/laravel-test-helpers/src/Way/Tests/Factory.php on line 375 and defined