From 33cb0d24dc6f656f5395e0a6566182442cf1f640 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 21 Oct 2023 10:19:55 +0000 Subject: [PATCH] Tests: Correct test class name for `WP_Duotone` unit tests. Follow-up to [56101]. Props cbravobernal. Fixes #59696. git-svn-id: https://develop.svn.wordpress.org/trunk@56981 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/block-supports/duotone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/block-supports/duotone.php b/tests/phpunit/tests/block-supports/duotone.php index 1a949ad24a..9ec3c70958 100644 --- a/tests/phpunit/tests/block-supports/duotone.php +++ b/tests/phpunit/tests/block-supports/duotone.php @@ -8,7 +8,7 @@ * @package WordPress */ -class Tests_Block_Supports_DuoTones extends WP_UnitTestCase { +class Tests_Block_Supports_Duotone extends WP_UnitTestCase { /** * Cleans up CSS added to block-supports from duotone styles. We neeed to do this * in order to avoid impacting other tests.