This folder contains all the tests for Pods Framework.
For more information on how to write PHPUnit Tests, see PHPUnit's Website.
cd /path/to/vvv/folder
vagrant ssh
cd /srv/www/path/to/pods/folder
composer install
./bin/vagrant-wp-tests.sh; ./vendor/bin/phpunit
(run this each time you want to test)
cd /path/to/pods/folder
composer install
./bin/install-wp-tests.sh wordpress_test root '' localhost latest; ./vendor/bin/phpunit
(run this each time you want to test)