Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -11,7 +11,7 @@ use Tests\TestCase;
|
|||
class SearchTest extends TestCase
|
||||
{
|
||||
#[Test]
|
||||
public function searchEndpointReturnsResults(): void
|
||||
public function search_endpoint_returns_results(): void
|
||||
{
|
||||
Note::factory(10)->create();
|
||||
Note::Factory()->create(['note' => 'hello world']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue