diff --git a/tests/CommandOptions/TestsOnlyOptionsTest.php b/tests/CommandOptions/TestsOnlyOptionsTest.php index 72df453..f5e003c 100644 --- a/tests/CommandOptions/TestsOnlyOptionsTest.php +++ b/tests/CommandOptions/TestsOnlyOptionsTest.php @@ -2,10 +2,10 @@ namespace Tests\CommandOptions; -use Tests\TestCase; use Illuminate\Contracts\Console\Kernel; +use Tests\TestCase; -class TestOnlyOptionsTest extends TestCase +class TestsOnlyOptionsTest extends TestCase { /** @test */ public function it_can_generate_only_tests_files() diff --git a/tests/CrudSimpleMakeCommandTest.php b/tests/CrudSimpleMakeCommandTest.php index 1844fea..de97f88 100644 --- a/tests/CrudSimpleMakeCommandTest.php +++ b/tests/CrudSimpleMakeCommandTest.php @@ -4,7 +4,7 @@ namespace Tests; use Illuminate\Contracts\Console\Kernel; -class CrudSimpleCommandTest extends TestCase +class CrudSimpleMakeCommandTest extends TestCase { /** @test */ public function it_can_generate_simple_crud_files()