Changeset 38763 for trunk/tests/phpunit/tests/actions/closures.php
- Timestamp:
- 10/09/2016 01:29:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions/closures.php
r25002 r38763 18 18 $this->assertSame( 10, has_action($tag, $closure) ); 19 19 20 $context = array( rand_str(), rand_str());20 $context = array( 'val1', 'val2' ); 21 21 do_action($tag, $context[0], $context[1]); 22 22
Note: See TracChangeset
for help on using the changeset viewer.