- Timestamp:
- 01/03/2026 06:15:57 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-bindings/postMetaSource.php
r58972 r61424 29 29 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 30 30 self::$post = $factory->post->create_and_get(); 31 self::$wp_meta_keys_saved = isset( $GLOBALS['wp_meta_keys'] ) ? $GLOBALS['wp_meta_keys'] :array();31 self::$wp_meta_keys_saved = $GLOBALS['wp_meta_keys'] ?? array(); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.