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
This commit is contained in:
Sergey Biryukov
2021-08-20 16:11:04 +00:00
parent 220a6cc805
commit ee81f71ac6

View File

@@ -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