Changeset 48937 for trunk/tests/phpunit/tests/hooks/removeAllFilters.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/removeAllFilters.php
r46586 r48937 37 37 $this->assertFalse( $hook->has_filter( $tag, $callback_one ) ); 38 38 $this->assertTrue( $hook->has_filters() ); 39 $this->assert Equals( $priority + 1, $hook->has_filter( $tag, $callback_two ) );39 $this->assertSame( $priority + 1, $hook->has_filter( $tag, $callback_two ) ); 40 40 } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.