Changeset 40873
- Timestamp:
- 06/02/2017 02:10:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r40872 r40873 452 452 */ 453 453 public function setExpectedException( $exception, $message = '', $code = null ) { 454 if ( method_exists( 'PHPUnit_Framework_TestCase ::setExpectedException' ) ) {454 if ( method_exists( 'PHPUnit_Framework_TestCase', 'setExpectedException' ) ) { 455 455 parent::setExpectedException( $exception, $message, $code ); 456 456 } else {
Note: See TracChangeset
for help on using the changeset viewer.