mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-03 16:50:13 +00:00
Tests: Rename classes in phpunit/tests/privacy/ 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]. See #52625. git-svn-id: https://develop.svn.wordpress.org/trunk@50969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Tests_Admin_WpPrivacyRequestsTable class.
|
||||
* Tests_Admin_wpPrivacyRequestsTable class.
|
||||
*
|
||||
* @group admin
|
||||
* @group privacy
|
||||
*
|
||||
* @since 5.1.0
|
||||
*/
|
||||
class Tests_Admin_WpPrivacyRequestsTable extends WP_UnitTestCase {
|
||||
class Tests_Admin_wpPrivacyRequestsTable extends WP_UnitTestCase {
|
||||
/**
|
||||
* Get instance for mocked class.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user