Releases: JDGrimes/wpppb
Releases · JDGrimes/wpppb
0.3.6
Fixed
- Corrected the PHPUnit 6 compat file path in newer WP versions.
0.3.5
Fixed
- Cross-platform compatibility for
sed
. #24
- Deprecation notices for the
each()
function on PHP 7.2. #21
- Clarified message relating to core tests path. #22
0.3.4
Fixed
- Compatibility with PHP 5.2. #20
0.3.3
Fixed
- Compatibility with PHPUnit 6 for the uninstall testcase. #20
0.3.2
Fixed
- Warnings and notices during the remote install/usage simulation being ignored. #5
- Fatal error on PHPUnit 6. #19
0.3.1
Fixed
- We now fail when plugin install produces unexpected output. #5
0.3.0
Changed
- The creation and deletion of the extra site on multisite is now performed in dedicated methods. #18
Fixed
- No newline at the end of error messages. #17
- No error given when plugin installation fails. #14
- "Not running uninstall tests" message being shown even when there are no uninstall tests. #13
0.2.3
Fixes
deactivate_plugins()
function not found during usage simulation. #15
0.2.2
Fixed
- Speed trap listener class not being loaded along with WordPress test suite. #12
0.2.1
Fixed
- Database tables for other sites in the network being deleted before installing the plugins when running uninstall tests on multisite. #11