From 09e486594bdf4c6f248b822da5deedafe2bf5c9c Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sat, 2 Mar 2024 18:41:56 +0200 Subject: [PATCH] Remove The Grumpy Programmer's Guide to Building Testable PHP Applications [skip ci] The book is outdated and no longer available --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f39e8d0..9b9e7a8 100644 --- a/README.md +++ b/README.md @@ -917,7 +917,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona. * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt. * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans. -* [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes. * [XML Parsing with PHP](https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically. ### PHP Videos