- Timestamp:
- 06/26/2024 08:52:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/updateIgnoredHookedBlocksPostMeta.php
r58291 r58578 76 76 $this->assertSame( 77 77 array( 'tests/my-block' ), 78 json_decode( get_post_meta( self::$navigation_post->ID, '_wp_ignored_hooked_blocks', true ), true ),78 json_decode( $post->meta_input['_wp_ignored_hooked_blocks'], true ), 79 79 'Block was not added to ignored hooked blocks metadata.' 80 80 );
Note: See TracChangeset
for help on using the changeset viewer.