Changeset 48937 for trunk/tests/phpunit/tests/hooks/doAllHook.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/doAllHook.php
r46586 r48937 22 22 $hook->do_all_hook( $args ); 23 23 24 $this->assert Equals( 2, $a->get_call_count() );24 $this->assertSame( 2, $a->get_call_count() ); 25 25 } 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.