Changeset 894 in tests for trunk/tests/test_actions_closures.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_actions_closures.php
r883 r894 8 8 class WP_Test_Actions_Closures extends WP_UnitTestCase { 9 9 10 /** 11 * @ticket 10493 12 */ 10 13 function test_action_closure() { 11 $this->knownWPBug(10493);12 13 14 $tag = rand_str(); 14 15 $closure = function($a, $b) { $GLOBALS[$a] = $b;};
Note: See TracChangeset
for help on using the changeset viewer.