diff --git a/tests/Functional/CommandTest.php b/tests/Functional/CommandTest.php index 43f4b1a3..7a546e3b 100644 --- a/tests/Functional/CommandTest.php +++ b/tests/Functional/CommandTest.php @@ -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')); + } }