make all test pass

updated seeder to be informative
fix seeder error on test
This commit is contained in:
Jack Goh
2018-08-01 15:30:19 +08:00
parent f197f856de
commit 5df307a165
13 changed files with 99 additions and 73 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use RefreshDatabase;
use CreatesApplication;
use RefreshDatabase;
use CreatesApplication;
}