Skip to content

Commit

Permalink
Tests: Removes the obsolete Block Binding unregistration
Browse files Browse the repository at this point in the history
Follow-up to [58798].
Props santosguillamot, cbravobernal, gziolo.
See #61641.


git-svn-id: https://develop.svn.wordpress.org/trunk@58799 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
michalczaplinski committed Jul 24, 2024
1 parent e0ed30f commit ef71a9e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ public function test_get_registered() {

$expected = new WP_Block_Bindings_Source( $source_two_name, $source_two_properties );
$result = $this->registry->get_registered( 'test/source-two' );
$this->registry->unregister( 'test/source-one' );
$this->registry->unregister( 'test/source-two' );
$this->registry->unregister( 'test/source-three' );

$this->assertEquals(
$expected,
Expand Down

0 comments on commit ef71a9e

Please sign in to comment.