Running plugin unit tests vs. integration tests?

As you’ve found there’s a whole raft of outdated, poor and convoluted information around unit testing in WP currently. However Josh Pollock, a well respected WordPress dev and Core contributor did a YouTube series on testing in WordPress least year which I found very helpful. As I’ve been on the unit testing in WordPress journey … Read more

can I run the test suite without a web server?

You’re on a Mac! You have two of the three components you need for a Web server by default. Apache and PHP. All you need to do now is get MySQL. There are plenty of tutorials on how to do this and can be found with Google. Of course NW Tech recommendation of MAMP is … Read more