Browse Source

Fix test names

pull/26/head
Nafies Luthfi 5 years ago
parent
commit
e8f4a0a6c4
  1. 4
      tests/CommandOptions/TestsOnlyOptionsTest.php
  2. 2
      tests/CrudSimpleMakeCommandTest.php

4
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()

2
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()

Loading…
Cancel
Save