mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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:
@@ -11,7 +11,7 @@
|
||||
*
|
||||
* @group widgets
|
||||
*/
|
||||
class Test_Widgets_wpWidgetRss extends WP_UnitTestCase {
|
||||
class Tests_Widgets_wpWidgetRss extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 53278
|
||||
|
||||
Reference in New Issue
Block a user