From b95a75d7403d8959dbdad631f4d466f2afbb8780 Mon Sep 17 00:00:00 2001 From: sarven Date: Tue, 16 Jan 2024 23:12:11 +0100 Subject: [PATCH] Add a link to Unit Testing Tips --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f523f45..95ad46a 100644 --- a/README.md +++ b/README.md @@ -898,6 +898,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more. * [PHP Weekly](https://www.phpweekly.com/archive.html) - A weekly PHP newsletter. * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community. +* [Unit Testing Tips](https://testing-tips.sarvendev.com/) - Unit Testing Tips by examples in PHP. ### PHP Books *Fantastic PHP-related books.*