Changeset 40535 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 04/23/2017 01:44:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r40523 r40535 389 389 } 390 390 391 if ( ! empty( $errors ) ) { 392 $this->fail( implode( "\n", $errors ) ); 393 } 391 $this->assertEmpty( $errors, implode( "\n", $errors ) ); 394 392 } 395 393
Note: See TracChangeset
for help on using the changeset viewer.