From 3600eeaac5d673c58a9b37a4d40a0e47902769be Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Tue, 28 May 2024 17:18:17 +0200 Subject: [PATCH] Fix test names --- tests/phpunit/tests/blocks/getActiveBlockVariation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/blocks/getActiveBlockVariation.php b/tests/phpunit/tests/blocks/getActiveBlockVariation.php index adb797f5bc69a..a985a0d747679 100644 --- a/tests/phpunit/tests/blocks/getActiveBlockVariation.php +++ b/tests/phpunit/tests/blocks/getActiveBlockVariation.php @@ -56,7 +56,7 @@ public function test_get_active_block_variation_no_match() { /** * @ticket 61265 */ - public function test_get_active_block_variation_match_without_is_active() { + public function test_get_active_block_variation_match_with_is_active() { $block_attributes = array( 'attribute1' => 'var1-attr1', 'attribute2' => 'var1-attr2', @@ -84,7 +84,7 @@ public function test_get_active_block_variation_match_with_empty_is_active() { /** * @ticket 61265 */ - public function test_get_active_block_variation_match_with_is_active() { + public function test_get_active_block_variation_match_without_is_active() { $block_attributes = array( 'attribute1' => 'var3-attr1', 'attribute2' => 'var3-attr2',