Changeset 40541
- Timestamp:
- 04/23/2017 09:28:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r40539 r40541 389 389 } 390 390 391 $this->assertEmpty( $errors, implode( "\n", $errors ) ); 391 // Perform an assertion, but only if there are expected deprecated calls or expected wrongdoings 392 if ( ! empty( $this->expected_deprecated ) || ! empty( $this->expected_doing_it_wrong ) ) { 393 $this->assertEmpty( $errors, implode( "\n", $errors ) ); 394 } 392 395 } 393 396
Note: See TracChangeset
for help on using the changeset viewer.