Changeset 60729 for trunk/tests/phpunit/tests/block-bindings/wp-block-get-block-bindings-processor.php
- Timestamp:
- 09/11/2025 02:45:56 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-bindings/wp-block-get-block-bindings-processor.php
r60684 r60729 16 16 public static function wpSetupBeforeClass() { 17 17 self::$get_block_bindings_processor_method = new ReflectionMethod( 'WP_Block', 'get_block_bindings_processor' ); 18 self::$get_block_bindings_processor_method->setAccessible( true ); 18 if ( PHP_VERSION_ID < 80100 ) { 19 self::$get_block_bindings_processor_method->setAccessible( true ); 20 } 19 21 } 20 22
Note: See TracChangeset
for help on using the changeset viewer.