mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
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
This commit is contained in:
parent
5c2041442a
commit
03949905c0
12 changed files with 2705 additions and 2583 deletions
11
phpunit-watcher.yml.dist
Normal file
11
phpunit-watcher.yml.dist
Normal file
|
@ -0,0 +1,11 @@
|
|||
watch:
|
||||
directories:
|
||||
- plugins/wporg-5ftf
|
||||
fileMask: '*.php'
|
||||
|
||||
notifications:
|
||||
passingTests: false
|
||||
failingTests: false
|
||||
|
||||
phpunit:
|
||||
binaryPath: mu-plugins/vendor/bin/phpunit
|
Loading…
Add table
Add a link
Reference in a new issue