Skip to content

Commit

Permalink
docs(README): update testing advice with AAA principle reference
Browse files Browse the repository at this point in the history
  • Loading branch information
deligoez committed May 19, 2024
1 parent a7e95a4 commit e7b035e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ yazman gerekiyor.
#### İpuçları

- Olumlu ve olumsuz senaryoları doğrula
- `API`'den dönen cevapları ve veritabanına kaydedilen değerleri doğrula
- `API`'den dönen cevapları ve veritabanına kaydedilen değerleri doğrula
- Müşteri sadece kendi `TarfinCard`'ı ile işlem yapabilir.
- Yazman gereken test methodlarının [AAA (Arrange/Act/Assert)](https://medium.com/@prachishah03737/a-guide-to-phpunit-in-laravel-streamline-your-testing-workflow-efd56ae7726b) prensibine uygun olarak sıralandığına dikkat et

**ÖNEMLİ:** Bu problemi çözmek için **SADECE** `Feature Test` dosyalarında değişiklik yapabilirsin.

Expand Down

0 comments on commit e7b035e

Please sign in to comment.