-
Erick Hitter authored
`.travis-ci.yml` from https://github.com/Automattic/wp-cli-cron-control-offload/blob/a5ad98706a1d744791843b910f6fdee083c2e600/.travis.yml
5f9ef46f
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory suffix=".php">./tests/tests/</directory>
</testsuite>
</testsuites>
</phpunit>