BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: NotExistingCoveredElementTest.php
<?php class NotExistingCoveredElementTest extends PHPUnit_Framework_TestCase { /** * @covers NotExistingClass */ public function testOne() { } /** * @covers NotExistingClass::notExistingMethod */ public function testTwo() { } /** * @covers NotExistingClass::<public> */ public function testThree() { } }
Save
Cancel