idevelopment / service_status

Network and Service status page for all iDevelopment services.
2 stars 1 forks source link

Add labels factory #61

Closed Tjoosten closed 8 years ago

Tjoosten commented 8 years ago
1) LabelsTest::testDelete
InvalidArgumentException: Unable to locate factory with name [default] [App\Label].

/Users/tim/Documents/idev-git/service-status/vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php:130
/Users/tim/Documents/idev-git/service-status/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:2300
/Users/tim/Documents/idev-git/service-status/vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php:143
/Users/tim/Documents/idev-git/service-status/vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php:106
/Users/tim/Documents/idev-git/service-status/vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php:84
/Users/tim/Documents/idev-git/service-status/tests/LabelsTest.php:59

Relates: #21