Changeset 50452
- Timestamp:
- 02/28/2021 01:39:07 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests/link
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/adminUrl.php
r46586 r50452 4 4 * @group link 5 5 */ 6 class Tests_Link_Admin extends WP_UnitTestCase {6 class Tests_Link_AdminUrl extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/link/themeFile.php
r48463 r50452 3 3 * @group link 4 4 */ 5 class Test _Theme_File extends WP_UnitTestCase {5 class Tests_Link_ThemeFile extends WP_UnitTestCase { 6 6 7 7 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { -
trunk/tests/phpunit/tests/link/wpGetCanonicalUrl.php
r50451 r50452 6 6 * @covers ::wp_get_canonical_url 7 7 */ 8 class Tests_ WpGetCanonicalURLextends WP_UnitTestCase {8 class Tests_Link_wpGetCanonicalUrl extends WP_UnitTestCase { 9 9 public static $post_id; 10 10
Note: See TracChangeset
for help on using the changeset viewer.