Changes
Change | Reference |
---|---|
Added: oik-innodb.php Add logic to detect MyISAM tables and convert to InnoDB | bobbingwide/oik-batch#17 |
Added: oik-sqldump.php First pass of logic to run mysqldump | bobbingwide/oik-batch#14 |
Changed: Added some methods that confirmed you need to call parent::setUp() in your own setUp() for database to be rolled back | |
Changed: Improve detection of PHP CLI | bobbingwide/oik-batch#19 |
Changed: Improve detection of WP-cli | bobbingwide/oik-batch#12 |
Changed: Prepare oik-cli.php as a shared library file | bobbingwide/oik-batch#15 |
Changed: Replace WP_UnitTestCase by BW_UnitTestCase | bobbingwide/oik-batch#16 |
Changed: Supports PHPUnit 6.1 and 6.2 | bobbingwide/oik-batch#22 |
Changed: Added some helper functions in BW_UnitTestCase | bobbingwide/oik-batch#24 |
Fixed: Support PHP 7.1 | bobbingwide/oik-batch#18 |
Tested: With PHP 7 and 7.1 | |
Tested: With PHPUnit 6.1 and 6.2 | |
Tested: With WordPress 4.8 |