📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:19:54
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/php-code-coverage/tests/_files
🔄 Refresh
✏️
Editing: NotExistingCoveredElementTest.php
Writable
<?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 Changes
❌ Cancel