Changeset 51397 for trunk/tests/phpunit/tests/actions.php
- Timestamp:
- 07/10/2021 11:15:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions.php
r48937 r51397 424 424 add_action( $tag, '__return_null', 11, 1 ); 425 425 426 $this->assert True( isset( $wp_filter[ $tag ][11] ));426 $this->assertArrayHasKey( 11, $wp_filter[ $tag ] ); 427 427 $this->assertArrayHasKey( '__return_null', $wp_filter[ $tag ][11] ); 428 428
Note: See TracChangeset
for help on using the changeset viewer.