Changeset 51563 for trunk/tests/phpunit/tests/locale.php
- Timestamp:
- 08/06/2021 09:38:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/locale.php
r48993 r51563 28 28 public function test_get_weekday_undefined_index() { 29 29 if ( PHP_VERSION_ID >= 80000 ) { 30 $this->expect Exception( 'PHPUnit_Framework_Error_Warning');30 $this->expectWarning(); 31 31 } else { 32 $this->expect Exception( 'PHPUnit_Framework_Error_Notice');32 $this->expectNotice(); 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.