Changeset 55822 for trunk/tests/phpunit/tests/blocks/wpBlock.php
- Timestamp:
- 05/17/2023 10:44:21 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/blocks/wpBlock.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlock.php
r55457 r55822 694 694 'core/outer', 695 695 array( 696 'render_callback' => function( $block_attributes, $content ) {696 'render_callback' => static function( $block_attributes, $content ) { 697 697 return $content; 698 698 }, … … 703 703 'core/inner', 704 704 array( 705 'render_callback' => function() {705 'render_callback' => static function() { 706 706 return 'b'; 707 707 },
Note: See TracChangeset
for help on using the changeset viewer.