pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Copy PHP config files to the tools directory #127

Closed pento closed 5 years ago

pento commented 5 years ago

Fixes #101.

Ensures that the PHP config files are available to be used by the Docker containers, including when TestPress is distributed as a bundle.

Testing

cd ~/Library/Application Support/testpress/tools
rm php-config.ini phpunit-config.ini

Then start TestPress, and ensure the files are copied correctly.