Tests: Rename some files and classes in phpunit/tests/post/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780].

See #51344.

git-svn-id: https://develop.svn.wordpress.org/trunk@49327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-10-27 16:07:21 +00:00
parent 548d03026b
commit 986becfd4d
12 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
/**
* @group post
*/
class Tests_Post_WpGetPostParentId extends WP_UnitTestCase {
class Tests_Post_wpGetPostParentId extends WP_UnitTestCase {
/**
* Parent post ID.
*