Changeset 51585 for trunk/tests/phpunit/includes/testcase-canonical.php
- Timestamp:
- 08/09/2021 02:51:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r51568 r51585 1 1 <?php 2 2 3 class WP_Canonical_UnitTestCase extends WP_UnitTestCase {3 abstract class WP_Canonical_UnitTestCase extends WP_UnitTestCase { 4 4 public static $old_current_user; 5 5 public static $author_id;
Note: See TracChangeset
for help on using the changeset viewer.