Changeset 38762 for trunk/tests/phpunit/tests/hooks/preinit_hooks.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/hooks/preinit_hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/preinit_hooks.php
r38571 r38762 9 9 10 10 public function test_array_to_hooks() { 11 $tag1 = rand_str();11 $tag1 = __FUNCTION__ . '_1'; 12 12 $priority1 = rand( 1, 100 ); 13 $tag2 = rand_str();13 $tag2 = __FUNCTION__ . '_2'; 14 14 $priority2 = rand( 1, 100 ); 15 15 $filters = array(
Note: See TracChangeset
for help on using the changeset viewer.