bobbingwide / oik

OIK Information Kit
https://www.oik-plugins.com/oik-plugins/oik
GNU General Public License v2.0
2 stars 0 forks source link

Update PHPUnit tests to reflect changes in WordPress 5.5 and support PHP 7.4 #156

Closed bobbingwide closed 4 years ago

bobbingwide commented 4 years ago

Some changes in WordPress 5.5 affect the generated HTML. Some of the PHPUnit tests will need to be changed to reflect the changes to the generated HTML.

e.g. Added id='script-js' to the JavaScript <script> tags

bobbingwide commented 4 years ago

There are also cases where the tests fail with PHP 7.4, which may require fixes to the code as well as the tests. e.g.

There was 1 error:

1) Tests_oik_admin::test_oik_plugins_add_settings
Trying to access array offset on value of type null

C:\apache\htdocs\wordpress\wp-content\plugins\oik\libs\oik_plugins.php:290
C:\apache\htdocs\wordpress\wp-content\plugins\oik\tests\test-oik-admin.php:403
bobbingwide commented 4 years ago

oik 4.1.0 delivered, tests completed