Getting PHPUnit to work in Local by Flywheel (in my case, for running WP Core Unit Tests)
This is a really simple fix, but I had spent over 2 hours trying to figure out what was going wrong. Here are the steps I took to get phpunit working: Create a site called wordpress.local cd into /app/public and clear out the contents of public/ (save your wp-config.php file) svn co https://develop.svn.wordpress.org/trunk/ into public/ … [Read more…]