Changeset 60731
- Timestamp:
- 09/11/2025 09:08:27 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r60729 r60731 2459 2459 2460 2460 $func = $theme_json->getMethod( 'get_block_nodes' ); 2461 if ( PHP_VERSION_ID < 8 1000 ) {2461 if ( PHP_VERSION_ID < 80100 ) { 2462 2462 $func->setAccessible( true ); 2463 2463 } … … 2515 2515 2516 2516 $func = $theme_json->getMethod( 'get_block_nodes' ); 2517 if ( PHP_VERSION_ID < 8 1000 ) {2517 if ( PHP_VERSION_ID < 80100 ) { 2518 2518 $func->setAccessible( true ); 2519 2519 }
Note: See TracChangeset
for help on using the changeset viewer.