Added version command test
This commit is contained in:
@@ -39,4 +39,9 @@ class ArtisanCommandTest extends AbstractTestCase
|
|||||||
{
|
{
|
||||||
$this->assertSame(0, $this->app->make(Kernel::class)->call('cachet:beacon'));
|
$this->assertSame(0, $this->app->make(Kernel::class)->call('cachet:beacon'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testVersion()
|
||||||
|
{
|
||||||
|
$this->assertSame(0, $this->app->make(Kernel::class)->call('cachet:version'));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user