From ee81f71ac611c5a39c0bafb829518cb7824501bc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Aug 2021 16:11:04 +0000 Subject: [PATCH] Tests: Rename classes in `phpunit/tests/editor/` per the naming conventions. https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493], [51623], [51639]. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51646 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/editor/wpEditors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/editor/wpEditors.php b/tests/phpunit/tests/editor/wpEditors.php index 2370b34a93..c4e9e50515 100644 --- a/tests/phpunit/tests/editor/wpEditors.php +++ b/tests/phpunit/tests/editor/wpEditors.php @@ -9,7 +9,7 @@ if ( ! class_exists( '_WP_Editors', false ) ) { * * @coversDefaultClass _WP_Editors */ -class Tests_WP_Editors extends WP_UnitTestCase { +class Tests_Editor_wpEditors extends WP_UnitTestCase { /** * @covers ::wp_link_query