Changeset 47880 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 06/01/2020 07:41:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r47198 r47880 13 13 * All WordPress unit tests should inherit from this class. 14 14 */ 15 abstract class WP_UnitTestCase_Base extends PHPUnit _Framework_TestCase {15 abstract class WP_UnitTestCase_Base extends PHPUnit\Framework\TestCase { 16 16 17 17 protected static $forced_tickets = array();
Note: See TracChangeset
for help on using the changeset viewer.