Changeset 63760
- Timestamp:
- 09/18/2026 02:04:44 PM (12 hours ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/abstract-testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r63633 r63760 1430 1430 1431 1431 /** 1432 * Allows tests to be skipped on single or multisite installs by using @group annotations.1433 *1434 * This is a custom extension of the PHPUnit requirements handling.1435 *1436 * @since 3.5.01437 * @deprecated 5.9.0 This method has not been functional since PHPUnit 7.0.1438 */1439 protected function checkRequirements() {1440 // For PHPUnit 5/6, as we're overloading a public PHPUnit native method in those versions.1441 if ( is_callable( 'PHPUnit\Framework\TestCase', 'checkRequirements' ) ) {1442 parent::checkRequirements();1443 }1444 }1445 1446 /**1447 1432 * Skips the current test if there is an open Trac ticket associated with it. 1448 1433 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)