Changeset 38762 for trunk/tests/phpunit/tests/hooks/has_filters.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/hooks/has_filters.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/has_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 ); … … 28 28 $callback = '__return_null'; 29 29 $hook = new WP_Hook(); 30 $tag = rand_str();30 $tag = __FUNCTION__; 31 31 $priority = rand( 1, 100 ); 32 32 $accepted_args = rand( 1, 100 ); … … 40 40 $callback = '__return_null'; 41 41 $hook = new WP_Hook(); 42 $tag = rand_str();42 $tag = __FUNCTION__; 43 43 $priority = rand( 1, 100 ); 44 44 $accepted_args = rand( 1, 100 );
Note: See TracChangeset
for help on using the changeset viewer.