mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 19:18:11 +01:00
Added cachet:beacon test
This commit is contained in:
parent
d5de469076
commit
4a76631360
@ -34,4 +34,9 @@ class CommandTest extends AbstractTestCase
|
||||
{
|
||||
$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'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user