*/ class CommandTest extends AbstractTestCase { public function testMigrations() { $this->assertSame(0, $this->app->make(Kernel::class)->call('migrate', ['--force' => true])); } }