Fix tests
This commit is contained in:
@@ -27,17 +27,17 @@ class ArtisanCommandTest extends AbstractTestCase
|
||||
|
||||
public function testAppInstall()
|
||||
{
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:install');
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:install'));
|
||||
}
|
||||
|
||||
public function testAppReset()
|
||||
{
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:reset');
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:reset'));
|
||||
}
|
||||
|
||||
public function testAppUpdate()
|
||||
{
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:update');
|
||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:update'));
|
||||
}
|
||||
|
||||
public function testMigrations()
|
||||
|
||||
Reference in New Issue
Block a user