Add convenience ::expectFilterRemoved()
::expectActionRemoved()
Fix #157
#354
Annotations
9 errors and 2 warnings
php/WP_Mock.php#L560
Method WP_Mock::expectActionRemoved() has parameter $priority with no type specified.
|
php/WP_Mock.php#L560
PHPDoc tag @param has invalid value (?int|Type $priority the priority it should be registered at): Unexpected token "|", expected variable at offset 228
|
php/WP_Mock.php#L581
Method WP_Mock::expectActionNotRemoved() has parameter $priority with no type specified.
|
php/WP_Mock.php#L581
PHPDoc tag @param has invalid value (?int|Type $priority optional priority for the registered callback that is being removed): Unexpected token "|", expected variable at offset 237
|
php/WP_Mock.php#L602
Method WP_Mock::expectFilterRemoved() has parameter $priority with no type specified.
|
php/WP_Mock.php#L602
PHPDoc tag @param has invalid value (?int|Type $priority the registered priority): Unexpected token "|", expected variable at offset 222
|
php/WP_Mock.php#L623
Method WP_Mock::expectFilterNotRemoved() has parameter $priority with no type specified.
|
php/WP_Mock.php#L623
PHPDoc tag @param has invalid value (?int|Type $priority optional priority for the registered callback that is being removed): Unexpected token "|", expected variable at offset 231
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791, actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job failed
Loading