Browse Source

Update test name

tags/1.5.0 1.5.0
Nafies Luthfi 5 years ago
parent
commit
5e582e6df1
  1. 2
      tests/CrudApiMakeCommandTest.php

2
tests/CrudApiMakeCommandTest.php

@ -59,7 +59,7 @@ class CrudApiMakeCommandTest extends TestCase
}
/** @test */
public function it_not_generate_api_crud_files_if_namespaced_model_exists()
public function it_still_generates_api_crud_files_even_if_namespaced_model_exists()
{
$this->artisan('make:model', ['name' => 'Entities/Projects/Problem', '--no-interaction' => true]);
$this->artisan('make:crud-api', ['name' => 'Entities/Projects/Problem', '--no-interaction' => true]);

Loading…
Cancel
Save