Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
2731
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Issue2731Test.php
<?php class Issue2731Test extends PHPUnit\Framework\TestCase { public function testOne() { $this->expectException(Exception::class); $this->expectExceptionMessage(''); throw new Exception('message'); } }
Save
Cancel