Overview for 'testing'
Written by php[architect] - The site for PHP professionals
/ Original link
on Apr. 2, 2022
Scott Keck-Warren has a contribution in honor of this month’s World Backup Date, Backups For Beginners. Follow along for some inspiration in making sure you have a complete backup system. Ken Marks continues his series, How to Hack Your Home with a Raspberry Pi, with an article showing how to actua…
Written by php[architect] - The site for PHP professionals
/ Original link
on Apr. 1, 2022
If you listen to my PHPUgly podcast, you might know that we have a policy of not mixing politics with our tech talk. That is a policy we have been breaking more and more often over the past couple of years. The post Testing The Core appeared first on php[architect].
Written by php[architect] - The site for PHP professionals
/ Original link
on Sep. 12, 2021
We often consider improvements from what they’ll cost us, in time, effort, or money, in the short term and undervaluing the long-term benefits we’ll get. We cover practices that look daunting but are worthwhile in this issue, including PHP refactoring tools like Rector, Commands and Queries, PHP Un…
Written by Bram.us
/ Original link
on Jan. 24, 2021
One of the new (experimental) additions to the Chrome 89 DevTools is the Puppeteer Recorder: DevTools can now generate Puppeteer scripts based on your interaction with the browser, making it easier…
Written by Laravel News
/ Original link
on Nov. 2, 2020
Better PHPUnit is a Visual Studio Code plugin by Caleb Porzio for running PHPUnit tests from the editor. The post Better PHPUnit VS Code Extension appeared first on Laravel News. Join the Laravel New…
Written by Frank de Jonge
/ Original link
on Mar. 23, 2020
Over the years, my coding practices have changed a lot. From hacking away until it works to TDD/BDD/DDD and everything in between. One of the biggest changes in my developer career has been when, why, and how I test my code. In particular, my view on mocking frameworks has changed a lot. A couple…