Skip to content

Commit 7897c64

Browse files
committed
docs: update achievements
1 parent eb05f68 commit 7897c64

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Due to I have another project with Jetstream [Laravel Livewire Publications](htt
2121

2222
- Refactored some code with best practices
2323
- Implemented some design patters: QueryBuilder, Data Transfer Object and Actions
24+
- Implemented a simple API for managing notes
2425

2526
---
2627

tests/Feature/Http/Controllers/Notes/NotesControllerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
use App\Models\User;
66
use App\Models\Note;
77
use Illuminate\Foundation\Testing\RefreshDatabase;
8+
use Illuminate\Foundation\Testing\WithFaker;
89
use Tests\TestCase;
910

1011
class NotesControllerTest extends TestCase
1112
{
1213
use RefreshDatabase;
14+
use WithFaker;
1315

1416
private string $url = '/notes';
1517

0 commit comments

Comments
 (0)