mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-21 16:22:44 +00:00
Tests: Rename some classes in phpunit/tests/link/ 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]. See #52625. git-svn-id: https://develop.svn.wordpress.org/trunk@50452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bd65b50096
commit
29fef12e78
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @group link
|
||||
*/
|
||||
class Tests_Link_Admin extends WP_UnitTestCase {
|
||||
class Tests_Link_AdminUrl extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 37446
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* @group link
|
||||
*/
|
||||
class Test_Theme_File extends WP_UnitTestCase {
|
||||
class Tests_Link_ThemeFile extends WP_UnitTestCase {
|
||||
|
||||
public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
|
||||
$themes = array(
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* @group canonical
|
||||
* @covers ::wp_get_canonical_url
|
||||
*/
|
||||
class Tests_WpGetCanonicalURL extends WP_UnitTestCase {
|
||||
class Tests_Link_wpGetCanonicalUrl extends WP_UnitTestCase {
|
||||
public static $post_id;
|
||||
|
||||
public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
|
||||
Loading…
Reference in New Issue
Block a user