Changeset 52010 for trunk/tests/phpunit/tests/actions/closures.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions/closures.php
r51702 r52010 15 15 * @covers ::do_action 16 16 */ 17 function test_action_closure() {17 public function test_action_closure() { 18 18 $tag = 'test_action_closure'; 19 19 $closure = static function( $a, $b ) {
Note: See TracChangeset
for help on using the changeset viewer.