Laravel-Test-Helpers
Laravel-Test-Helpers copied to clipboard
error for Factory::attributeFor("Model")
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