< TESTING />
Converting Your Test Suite to PEST
This article will look into changing your test PHP syntax to PEST, and attempt to automate switching
Scrub Up! Cleaning Your PHP Application With PHPStan
Learn what PHPStan can do for your legacy code: introducing compiler-like static analysis into your pipelines
Testing External APIs in Ruby with Webmock and VCR
Testing external APIs comes with certain challenges. Ruby libraries like Webmock and VCR can help us overcome them.