- Timestamp:
- 07/24/2024 11:29:58 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-bindings/wpBlockBindingsRegistry.php
r58798 r58799 312 312 $expected = new WP_Block_Bindings_Source( $source_two_name, $source_two_properties ); 313 313 $result = $this->registry->get_registered( 'test/source-two' ); 314 $this->registry->unregister( 'test/source-one' );315 $this->registry->unregister( 'test/source-two' );316 $this->registry->unregister( 'test/source-three' );317 314 318 315 $this->assertEquals(
Note: See TracChangeset
for help on using the changeset viewer.