From dd033198cc9ced7aae5292569a78546c6167b38c Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Thu, 2 Jan 2025 16:05:23 -0700 Subject: [PATCH] Fix function name in integration tests --- tests/integration/Render/RenderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Render/RenderTest.php b/tests/integration/Render/RenderTest.php index 7c8ab2b2..5c004607 100644 --- a/tests/integration/Render/RenderTest.php +++ b/tests/integration/Render/RenderTest.php @@ -76,7 +76,7 @@ public function testRenderQueryBlockBindingsRender() { // Register block configuration with WordPress, normally done during the 'init' filter $block_config = ConfigStore::get_block_configuration( 'remote-data-blocks/test-zip-api' ); $this->assertTrue( is_array( $block_config ) && [] !== $block_config ); - BlockRegistration::register_block_config( $block_config ); + BlockRegistration::register_block_configuration( $block_config ); $result_html = do_blocks('