Changeset 52389 for trunk/tests/phpunit/tests/hooks/preinitHooks.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/preinitHooks.php
r50342 r52389 11 11 public function test_array_to_hooks() { 12 12 $tag1 = __FUNCTION__ . '_1'; 13 $priority1 = rand( 1, 100 );13 $priority1 = 1; 14 14 $tag2 = __FUNCTION__ . '_2'; 15 $priority2 = rand( 1, 100 );15 $priority2 = 2; 16 16 $filters = array( 17 17 $tag1 => array(
Note: See TracChangeset
for help on using the changeset viewer.