BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
2811
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Issue2811Test.php
<?php class Issue2811Test extends PHPUnit\Framework\TestCase { public function testOne() { $this->expectExceptionMessage('hello'); throw new \Exception('hello'); } }
Save
Cancel