Learn to develop high-quality applications and frameworks in PHP Packed with in-depth information and step-by-step guidance, this book escorts you through the process of creating, maintaining and extending sustainable software of high quality with PHP. World-renowned PHP experts present real-world case studies for developing high-quality applications and frameworks in PHP that can easily be adapted to changing business requirements. . They offer different approaches to solving typical development and quality assurance problems that every developer needs to know and master. With this book, you’ll learn to develop high-quality PHP frameworks and applications that can easily be maintained with reasonable cost and effort.
This is really a good book with real work examples of High-Quality code for PHP. Quite Rare in the world of PHP. It also has chapters where the authors of the respective projects share their experience in handling the problems and finding the solutions. Some of the areas are a bit technical for me since I am not highly experienced in Unit Testing, so I will need to re-read it to grasp more understanding of it.
Solid book about testing your PHP code. There are some good case studies in there with some of the well known PHP frameworks that switched from integration tests to unit tests. The book can be considered old by today standards, but it has solid testing principles inside!