You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run the unit tests you'll want to vagrant ssh into your virtual machine (if you're using one) and cd to the directory where the plugin is. From there:
If you are using VVV, skip step #1.
Run bin/install-wp-tests.sh to install the test database.
Run phpunit to run the single site tests, or phpunit -c multisite.xml.dist for multisite test.
You should see the tests run and complete with no errors.