five-for-the-future/phpunit-watcher.yml.dist
Kelly Dwan 03949905c0
Tests: Update infrastructure & add travis config (#100)
* Tests: Move tests infrastructure, set up travis

Consolidates the composer files so we can run install once in travis.

* Return empty array if no values are $_POST'ed to the form

Fixes an issue with tests + null values in logs

* Clean up some naming & create helper functions for tests

* Debug travis

* Remove debug

* Fix notices on form

* Turn on multisite flag
2019-11-15 17:40:53 -05:00

12 lines
181 B
Plaintext

watch:
directories:
- plugins/wporg-5ftf
fileMask: '*.php'
notifications:
passingTests: false
failingTests: false
phpunit:
binaryPath: mu-plugins/vendor/bin/phpunit