BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
/
dompdf
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: NotExistingCoveredElementTest.php
<?php use PHPUnit\Framework\TestCase; class NotExistingCoveredElementTest extends TestCase { /** * @covers NotExistingClass */ public function testOne() { } /** * @covers NotExistingClass::notExistingMethod */ public function testTwo() { } /** * @covers NotExistingClass::<public> */ public function testThree() { } }
Save
Cancel