Added cachet:beacon test

This commit is contained in:
James Brooks
2016-08-04 11:07:38 +01:00
parent d5de469076
commit 4a76631360

View File

@@ -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'));
}
} }