Changeset 48939 for trunk/tests/phpunit/tests/hooks/iterator.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/iterator.php
r46586 r48939 27 27 } 28 28 } 29 $this->assert EqualSets( array( $priority, $priority + 1 ), $priorities );30 $this->assert EqualSets( array( $callback_one, $callback_two ), $functions );29 $this->assertSameSets( array( $priority, $priority + 1 ), $priorities ); 30 $this->assertSameSets( array( $callback_one, $callback_two ), $functions ); 31 31 } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.