Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Pods Framework Unit Tests Build Status Coverage Status

This folder contains all the tests for Pods Framework.

For more information on how to write PHPUnit Tests, see PHPUnit's Website.

Running locally via VVV

  1. cd /path/to/vvv/folder
  2. vagrant ssh
  3. cd /srv/www/path/to/pods/folder
  4. composer install
  5. ./bin/vagrant-wp-tests.sh; ./vendor/bin/phpunit (run this each time you want to test)

Running locally (other servers)

  1. cd /path/to/pods/folder
  2. composer install
  3. ./bin/install-wp-tests.sh wordpress_test root '' localhost latest; ./vendor/bin/phpunit (run this each time you want to test)