JeffreyWay / Laravel-Test-Helpers

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

PHP Fatal [namespace] error for Factory::attributeFor("Model") #63

Open DanCosta88 opened 10 years ago

DanCosta88 commented 10 years ago

I use this code in my Post Model

public function testBasicFactory()
{
    $post = Factory::attributesFor('Post');
}

and when I run phpunit, I got this error:

PHP Fatal error: Class 'App' not found in /var/www/myproject/vendor/way/laravel-test-helpers/src/Way/Tests/Factory.php on line 65