BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
74
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Issue74Test.php
<?php class Issue74Test extends PHPUnit_Framework_TestCase { public function testCreateAndThrowNewExceptionInProcessIsolation() { require_once __DIR__ . '/NewException.php'; throw new NewException('Testing GH-74'); } }
Save
Cancel