wp-cli / wp-config-transformer

Programmatically edit a wp-config.php file
MIT License
80 stars 25 forks source link

Adapt tests for polyfilled test case #36

Closed schlessera closed 2 years ago

schlessera commented 2 years ago

This PR adapts the tests and the testing setup to make use of the shared testing package and the polyfilled test case. This allows the tests to run with the latest PHP version.

Note: :warning: The minimum PHP version is bumped to PHP 5.6+ with this PR. :warning: