Changeset 56559 for trunk/tests/phpunit/tests/blocks/getBlockTemplates.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/getBlockTemplates.php
r54198 r56559 102 102 private function get_template_ids( $templates ) { 103 103 return array_map( 104 static function ( $template ) {104 static function ( $template ) { 105 105 return $template->id; 106 106 },
Note: See TracChangeset
for help on using the changeset viewer.