Changeset 56352 for trunk/tests/phpunit/tests/actions.php
- Timestamp:
- 08/03/2023 12:08:30 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions.php
r53942 r56352 536 536 foreach ( $filter as $identifier => $function ) { 537 537 if ( is_array( $function ) 538 && is_a( $function['function'][0], 'MockAction' )538 && $function['function'][0] instanceof MockAction 539 539 && 'action' === $function['function'][1] 540 540 ) {
Note: See TracChangeset
for help on using the changeset viewer.