You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReflectionException: Class Illuminate\Database\Eloquent\Factory does not exist
/Users/rias/Code/laravel-mailcoach/vendor/laravel/framework/src/Illuminate/Container/Container.php:809
/Users/rias/Code/laravel-mailcoach/vendor/laravel/framework/src/Illuminate/Container/Container.php:691
/Users/rias/Code/laravel-mailcoach/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796
/Users/rias/Code/laravel-mailcoach/vendor/laravel/framework/src/Illuminate/Container/Container.php:637
/Users/rias/Code/laravel-mailcoach/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781
/Users/rias/Code/laravel-mailcoach/vendor/orchestra/testbench-core/src/Concerns/WithFactories.php:31
/Users/rias/Code/laravel-mailcoach/vendor/orchestra/testbench-core/src/Concerns/WithFactories.php:18
/Users/rias/Code/laravel-mailcoach/tests/TestCase.php:30
/Users/rias/Code/laravel-mailcoach/tests/Traits/UsesMailcoachModelsTest.php:19
Description:
The
WithFactories
concern throws this exception:When testing with Laravel 8 and Testbench 6.0-dev
Seems like this class is moved in Laravel 8: https://github.com/laravel/framework/tree/master/src/Illuminate/Database/Eloquent
The text was updated successfully, but these errors were encountered: