Skip to content

Commit df59ded

Browse files
authored
rename Test class to match the command class name (#302)
1 parent b1dba1b commit df59ded

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/Commands/StartCommandTest.php renamed to tests/Feature/Commands/NewCommandTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
namespace Tests\Feature\Commands;
44

5-
use Illuminate\Support\Facades\Artisan;
65
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
76
use Tests\TestCase;
87

98
/**
109
* @covers \Blueprint\Commands\NewCommand;
1110
*/
12-
class StartCommandTest extends TestCase
11+
class NewCommandTest extends TestCase
1312
{
1413
use MockeryPHPUnitIntegration;
1514

0 commit comments

Comments
 (0)