Changeset 30526
- Timestamp:
- 11/22/2014 09:10:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r30337 r30526 305 305 protected function checkRequirements() { 306 306 parent::checkRequirements(); 307 308 // Core tests no longer check against open Trac tickets, but others using WP_UnitTestCase may do so. 309 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS ) { 310 return; 311 } 312 307 313 if ( WP_TESTS_FORCE_KNOWN_BUGS ) 308 314 return;
Note: See TracChangeset
for help on using the changeset viewer.