mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
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:
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @group post
|
||||
*/
|
||||
class Tests_WPInsertPost extends WP_UnitTestCase {
|
||||
class Tests_Post_wpInsertPost extends WP_UnitTestCase {
|
||||
|
||||
protected static $user_ids = array(
|
||||
'administrator' => null,
|
||||
|
||||
Reference in New Issue
Block a user