Make WordPress Core


Ignore:
Timestamp:
07/24/2024 11:29:58 AM (3 months ago)
Author:
czapla
Message:

Tests: Removes the obsolete Block Binding unregistration

Follow-up to [58798].
Props santosguillamot, cbravobernal, gziolo.
See #61641.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-bindings/wpBlockBindingsRegistry.php

    r58798 r58799  
    312312        $expected = new WP_Block_Bindings_Source( $source_two_name, $source_two_properties );
    313313        $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' );
    317314
    318315        $this->assertEquals(
Note: See TracChangeset for help on using the changeset viewer.