Changeset 50292
- Timestamp:
- 02/11/2021 09:38:30 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests/general
- Files:
-
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/paginateLinks.php
r48937 r50292 1 1 <?php 2 2 3 class Tests_ Paginate_Links extends WP_UnitTestCase {3 class Tests_General_PaginateLinks extends WP_UnitTestCase { 4 4 5 5 private $i18n_count = 0; -
trunk/tests/phpunit/tests/general/wpError.php
r49115 r50292 8 8 * @coversDefaultClass WP_Error 9 9 */ 10 class Tests_ WP_Error extends WP_UnitTestCase {10 class Tests_General_wpError extends WP_UnitTestCase { 11 11 12 12 /** -
trunk/tests/phpunit/tests/general/wpGetArchives.php
r50291 r50292 4 4 * @group general 5 5 */ 6 class Tests_General_ Archives extends WP_UnitTestCase {6 class Tests_General_wpGetArchives extends WP_UnitTestCase { 7 7 function setUp() { 8 8 parent::setUp(); -
trunk/tests/phpunit/tests/general/wpGetDocumentTitle.php
r50291 r50292 7 7 * @group document-title 8 8 */ 9 class Tests_General_ DocumentTitle extends WP_UnitTestCase {9 class Tests_General_wpGetDocumentTitle extends WP_UnitTestCase { 10 10 11 11 public $blog_name; -
trunk/tests/phpunit/tests/general/wpResourceHints.php
r50291 r50292 5 5 * @ticket 34292 6 6 */ 7 class Tests_ WP_Resource_Hints extends WP_UnitTestCase {7 class Tests_General_wpResourceHints extends WP_UnitTestCase { 8 8 private $old_wp_scripts; 9 9 private $old_wp_styles;
Note: See TracChangeset
for help on using the changeset viewer.