mirror of
git://develop.git.wordpress.org/
synced 2025-04-23 05:32:41 +02:00
Tests: Rename classes in phpunit/tests/widgets/
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], [50969], [51491], [51492]. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7f828b6b00
commit
8a0b871a3d
@ -11,7 +11,7 @@
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Custom_HTML extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetCustomHtml extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Args passed to the widget_custom_html_content filter.
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class Test_WP_Widget_Media
|
||||
* Test wp-includes/widgets/class-wp-widget-media.php
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Media extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetMedia extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Clean up global scope.
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test wp-includes/widgets/class-wp-widget-audio.php
|
||||
* Test wp-includes/widgets/class-wp-widget-media-audio.php
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Media_Audio extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetMediaAudio extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Clean up global scope.
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test wp-includes/widgets/class-wp-widget-gallery.php
|
||||
* Test wp-includes/widgets/class-wp-widget-media-gallery.php
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Media_Gallery extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetMediaGallery extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Clean up global scope.
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test wp-includes/widgets/class-wp-widget-image.php
|
||||
* Test wp-includes/widgets/class-wp-widget-media-image.php
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Media_Image extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetMediaImage extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Clean up global scope.
|
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test wp-includes/widgets/class-wp-widget-video.php
|
||||
* Test wp-includes/widgets/class-wp-widget-media-video.php
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Media_Video extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetMediaVideo extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Clean up global scope.
|
@ -11,7 +11,7 @@
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_Widgets_wpWidgetRss extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetRss extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 53278
|
||||
|
@ -11,7 +11,7 @@
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_WP_Widget_Text extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetText extends WP_UnitTestCase {
|
||||
/**
|
||||
* Args passed to the widget_text filter.
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user