Skip to content

Commit 9f32f0d

Browse files
Tests: Rename some newly added files as per the proposed directory structure.
This aims to make the test suite directory and file structure more intuitive for new contributors to work with, as well as follow the PHPUnit recommended test class name pattern with having `Test` as the end of the class name. Follow-up to [61407], [62096], [62297], [62313], [62328]. See #65208. git-svn-id: https://develop.svn.wordpress.org/trunk@62342 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 88612f5 commit 9f32f0d

6 files changed

File tree

tests/phpunit/tests/admin/Admin_Includes_Comment_CommentExists_Test.php renamed to tests/phpunit/tests/admin/includes/comment/CommentExists_Test.php

File renamed without changes.

tests/phpunit/tests/admin/Admin_Includes_Misc_UpdateOptionNewAdminEmail_Test.php renamed to tests/phpunit/tests/admin/includes/misc/UpdateOptionNewAdminEmail_Test.php

File renamed without changes.

tests/phpunit/tests/admin/Admin_Includes_Misc_UrlShorten_Test.php renamed to tests/phpunit/tests/admin/includes/misc/UrlShorten_Test.php

File renamed without changes.

tests/phpunit/tests/admin/Admin_Includes_Plugin_Install_WpGetPluginActionButton_Test.php renamed to tests/phpunit/tests/admin/includes/plugin-install/WpGetPluginActionButton_Test.php

File renamed without changes.

tests/phpunit/tests/admin/Admin_Includes_User_WpIsAuthorizeApplicationPasswordRequestValid_Test.php renamed to tests/phpunit/tests/admin/includes/user/WpIsAuthorizeApplicationPasswordRequestValid_Test.php

File renamed without changes.

tests/phpunit/tests/admin/Admin_Includes_User_WpIsAuthorizeApplicationRedirectUrlValid_Test.php renamed to tests/phpunit/tests/admin/includes/user/WpIsAuthorizeApplicationRedirectUrlValid_Test.php

File renamed without changes.

0 commit comments

Comments
 (0)