BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
phpunit-example-extension
/
tests
📤 Upload
📝 New File
📁 New Folder
Close
Editing: OneTest.php
<?php use PHPUnit\ExampleExtension\TestCaseTrait; class OneTest extends PHPUnit\Framework\TestCase { use TestCaseTrait; public function testOne() { $this->assertExampleExtensionInitialized(); } }
Save
Cancel