Changeset 51576 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 08/07/2021 11:52:05 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r51568 r51576 1427 1427 $this->expectWarning(); 1428 1428 } else { 1429 /* 1430 * As this exception will only be set on PHP 8 in combination with PHPUnit 7, this will work (for now). 1431 * Once the PHPUnit version constraints have been widened and a _supported_ PHPUnit version is 1432 * used to run the tests on PHP 8.x, this should be changed to `$this->expectError()`. 1433 */ 1434 $this->expectException( 'Error' ); 1429 $this->expectError(); 1435 1430 } 1436 1431 }
Note: See TracChangeset
for help on using the changeset viewer.