Changeset 38762 for trunk/tests/phpunit/tests/hooks/remove_all_filters.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/remove_all_filters.php
r38571 r38762 11 11 $callback = '__return_null'; 12 12 $hook = new WP_Hook(); 13 $tag = rand_str();13 $tag = __FUNCTION__; 14 14 $priority = rand( 1, 100 ); 15 15 $accepted_args = rand( 1, 100 ); … … 26 26 $callback_two = '__return_false'; 27 27 $hook = new WP_Hook(); 28 $tag = rand_str();28 $tag = __FUNCTION__; 29 29 $priority = rand( 1, 100 ); 30 30 $accepted_args = rand( 1, 100 );
Note: See TracChangeset
for help on using the changeset viewer.