mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 12:12:41 +02:00
Tests: Rename some classes in phpunit/tests/theme/
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]. See #52625. git-svn-id: https://develop.svn.wordpress.org/trunk@50968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e4947e935d
commit
5ebaf70f7e
tests/phpunit/tests/theme
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* @group themes
|
||||
*/
|
||||
class Tests_Theme_Custom_Header extends WP_UnitTestCase {
|
||||
class Tests_Theme_CustomHeader extends WP_UnitTestCase {
|
||||
|
||||
public static $post;
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* @group themes
|
||||
*/
|
||||
class Tests_WP_Theme_Get_Theme_Starter_Content extends WP_UnitTestCase {
|
||||
class Tests_Theme_GetThemeStarterContent extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Testing passing an empty array as starter content.
|
||||
|
@ -6,7 +6,7 @@ if ( is_multisite() ) :
|
||||
* @group themes
|
||||
* @group multisite
|
||||
*/
|
||||
class Tests_WP_Theme_Get_Allowed_Filters extends WP_UnitTestCase {
|
||||
class Tests_Theme_wpThemeGetAllowedFilters extends WP_UnitTestCase {
|
||||
/**
|
||||
* @array List of themes allowed before filters are applied.
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user