Changeset 51639
- Timestamp:
- 08/19/2021 01:08:43 PM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/admin
- Files:
-
- 9 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesFile.php
r51626 r51639 5 5 * @group admin 6 6 */ 7 class Tests_Admin_ includesFile extends WP_UnitTestCase {7 class Tests_Admin_IncludesFile extends WP_UnitTestCase { 8 8 9 9 /** -
trunk/tests/phpunit/tests/admin/includesListTable.php
r51568 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_ includesListTable extends WP_UnitTestCase {6 class Tests_Admin_IncludesListTable extends WP_UnitTestCase { 7 7 protected static $top = array(); 8 8 protected static $children = array(); -
trunk/tests/phpunit/tests/admin/includesMisc.php
r48937 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_ includesMisc extends WP_UnitTestCase {6 class Tests_Admin_IncludesMisc extends WP_UnitTestCase { 7 7 function test_shorten_url() { 8 8 $tests = array( -
trunk/tests/phpunit/tests/admin/includesPlugin.php
r51564 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_ includesPlugin extends WP_UnitTestCase {6 class Tests_Admin_IncludesPlugin extends WP_UnitTestCase { 7 7 public static function wpSetUpBeforeClass( $factory ) { 8 8 self::_back_up_mu_plugins(); -
trunk/tests/phpunit/tests/admin/includesPost.php
r51462 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_Includes _Post extends WP_UnitTestCase {6 class Tests_Admin_IncludesPost extends WP_UnitTestCase { 7 7 protected static $contributor_id; 8 8 protected static $author_ids; -
trunk/tests/phpunit/tests/admin/includesSchema.php
r49603 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_Includes _Schema extends WP_UnitTestCase {6 class Tests_Admin_IncludesSchema extends WP_UnitTestCase { 7 7 8 8 private static $options; -
trunk/tests/phpunit/tests/admin/includesScreen.php
r51568 r51639 5 5 * @group adminScreen 6 6 */ 7 class Tests_Admin_ includesScreen extends WP_UnitTestCase {7 class Tests_Admin_IncludesScreen extends WP_UnitTestCase { 8 8 public $core_screens = array( 9 9 'index.php' => array( -
trunk/tests/phpunit/tests/admin/includesTemplate.php
r51462 r51639 3 3 * @group admin 4 4 */ 5 class Tests_Admin_ includesTemplate extends WP_UnitTestCase {5 class Tests_Admin_IncludesTemplate extends WP_UnitTestCase { 6 6 7 7 /** -
trunk/tests/phpunit/tests/admin/includesTheme.php
r51568 r51639 3 3 * @group themes 4 4 */ 5 class Tests_Admin_ includesTheme extends WP_UnitTestCase {5 class Tests_Admin_IncludesTheme extends WP_UnitTestCase { 6 6 7 7 function set_up() { -
trunk/tests/phpunit/tests/admin/wpCommunityEvents.php
r51638 r51639 9 9 10 10 /** 11 * Class Test _WP_Community_Events.11 * Class Tests_Admin_wpCommunityEvents. 12 12 * 13 13 * @group admin … … 16 16 * @since 4.8.0 17 17 */ 18 class Test _WP_Community_Events extends WP_UnitTestCase {18 class Tests_Admin_wpCommunityEvents extends WP_UnitTestCase { 19 19 /** 20 20 * An instance of the class to test. -
trunk/tests/phpunit/tests/admin/wpMediaListTable.php
r51638 r51639 4 4 * @group admin 5 5 */ 6 class Tests_Admin_ includesMediaListTable extends WP_UnitTestCase {6 class Tests_Admin_wpMediaListTable extends WP_UnitTestCase { 7 7 8 8 public static function set_up_before_class() {
Note: See TracChangeset
for help on using the changeset viewer.