Exemplo n.º 1
0
 public static function setUpBeforeClass()
 {
     if (self::$oneStarted) {
         Artisan::call('migrate:reset');
         Artisan::call('migrate');
         Artisan::call('db:seed');
         self::$oneStarted = false;
     }
 }