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