Tests: Rename classes in phpunit/tests/error-protection/ 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], [51646].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@51650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-08-21 15:32:53 +00:00
parent a2c0ccd117
commit 43a8715ded
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/**
* @group error-protection
*/
class Tests_Recovery_Mode_Cookie_Service extends WP_UnitTestCase {
class Tests_Error_Protection_wpRecoveryModeCookieService extends WP_UnitTestCase {
/**
* @ticket 46130

View File

@ -3,7 +3,7 @@
/**
* @group error-protection
*/
class Tests_Recovery_Mode_Key_Service extends WP_UnitTestCase {
class Tests_Error_Protection_wpRecoveryModeKeyService extends WP_UnitTestCase {
/**
* @ticket 46130