fix
This commit is contained in:
19
tests/Unit/ArtisanCommandTest.php
Normal file
19
tests/Unit/ArtisanCommandTest.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class ArtisanCommandTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* A basic test example.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testRouteListCommand()
|
||||
{
|
||||
$this->artisan('route:list')
|
||||
->assertExitCode(0);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user