BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
2972
📤 Upload
📝 New File
📁 New Folder
Close
Editing: unconventiallyNamedIssue2972Test.php
<?php namespace Issue2972; use PHPUnit\Framework\TestCase; class Issue2972Test extends TestCase { public function testHello() { $this->assertNotEmpty('Hello world!'); } }
Save
Cancel