Changeset 38762 for trunk/tests/phpunit/tests/hooks/do_all_hook.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/hooks/do_all_hook.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/do_all_hook.php
r38571 r38762 15 15 $priority = rand( 1, 100 ); 16 16 $accepted_args = rand( 1, 100 ); 17 $arg = rand_str();17 $arg = 'all_arg'; 18 18 19 19 $hook->add_filter( $tag, $callback, $priority, $accepted_args );
Note: See TracChangeset
for help on using the changeset viewer.