mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-04 20:03:44 +03:00

* 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
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
watch:
|
|
directories:
|
|
- plugins/wporg-5ftf
|
|
fileMask: '*.php'
|
|
|
|
notifications:
|
|
passingTests: false
|
|
failingTests: false
|
|
|
|
phpunit:
|
|
binaryPath: mu-plugins/vendor/bin/phpunit
|