Tests: Rename classes in phpunit/tests/multisite/ 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], [51650], [51651].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@51860 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-09-24 00:45:43 +00:00
parent 80a345f5b2
commit 3546c694e9
20 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ if ( is_multisite() ) :
*
* @group multisite
*/
class Tests_Multisite_Upload_Is_User_Over_Quota extends WP_UnitTestCase {
class Tests_Multisite_UploadIsUserOverQuota extends WP_UnitTestCase {
protected $suppress = false;
public function set_up() {