Only test the seed command
This commit is contained in:
@@ -30,21 +30,6 @@ class CommandTest extends AbstractTestCase
|
|||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('migrate', ['--force' => true]));
|
$this->assertSame(0, $this->app->make(Kernel::class)->call('migrate', ['--force' => true]));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testInstall()
|
|
||||||
{
|
|
||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:install'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testUpdate()
|
|
||||||
{
|
|
||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:update'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testReset()
|
|
||||||
{
|
|
||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('app:reset'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testSeed()
|
public function testSeed()
|
||||||
{
|
{
|
||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('cachet:seed'));
|
$this->assertSame(0, $this->app->make(Kernel::class)->call('cachet:seed'));
|
||||||
|
|||||||
Reference in New Issue
Block a user