Wordpress/tools/local-env
Jonathan Desrosiers c812f63015 Build/Test Tools: Allow the desired version of PHPUnit to be passed to the local Docker environment.
This reintroduces [49358] with a modification to the `.travis.yml` file to avoid an issue with `dotenv-expand` being unable to expand variables into `process.env` only on Travis.

The `LOCAL_PHPUNIT` environment variabl allows the desired version of PHPUnit to be specified when running the PHP tests within the local Docker environment.

Because support for newer versions of PHPUnit is not backported, some versions of PHP need the ability to run multiple versions of PHPUnit for different branches. This adds the flexibility needed to use the Docker environment within those older branches to run the PHP tests.

Props johnbillion, SergeyBiryukov.
See #50042.

git-svn-id: https://develop.svn.wordpress.org/trunk@49362 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-28 23:15:07 +00:00
..
scripts Build/Test Tools: Allow the desired version of PHPUnit to be passed to the local Docker environment. 2020-10-28 23:15:07 +00:00
default.template Build/Test Tools: Add `Authorization` headers support to `local-env`. 2020-10-27 18:32:22 +00:00
mysql-init.sql Build Tools: Add a WordPress Development Environment. 2019-08-05 07:09:14 +00:00
php-config.ini Build Tools: Add a WordPress Development Environment. 2019-08-05 07:09:14 +00:00
phpunit-config.ini Build Tools: Add a WordPress Development Environment. 2019-08-05 07:09:14 +00:00