コード例 #1
0
ファイル: TestCase.php プロジェクト: Ognestraz/lumen-admin
 public static function setUpBeforeClass()
 {
     if (self::$oneStarted) {
         Artisan::call('migrate:reset');
         Artisan::call('migrate');
         Artisan::call('db:seed');
         self::$oneStarted = false;
     }
 }