Changeset 57987 for trunk/tests/phpunit/tests/filters.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filters.php
r57257 r57987 314 314 $this->assertFalse( has_filter( 'all' ) ); 315 315 $this->assertSame( $val, apply_filters( $hook_name, $val ) ); 316 // Call coun dshould remain at 1.316 // Call count should remain at 1. 317 317 $this->assertSame( 1, $a->get_call_count() ); 318 318 $this->assertSame( array( $hook_name ), $a->get_hook_names() );
Note: See TracChangeset
for help on using the changeset viewer.