diff --git a/tests/Functional/ArtisanCommandTest.php b/tests/Functional/ArtisanCommandTest.php index 94d2536c..1c69d33d 100644 --- a/tests/Functional/ArtisanCommandTest.php +++ b/tests/Functional/ArtisanCommandTest.php @@ -39,4 +39,9 @@ class ArtisanCommandTest extends AbstractTestCase { $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')); + } }