UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
eagleead
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
StatusTest.php
<?php class StatusTest extends PHPUnit_Framework_TestCase { public function testSuccess() { $this->assertTrue(true); } public function testFailure() { $this->assertTrue(false); } public function testError() { throw new \Exception; } public function testIncomplete() { $this->markTestIncomplete(); } public function testSkipped() { $this->markTestSkipped(); } public function testRisky() { } }
Copyright © 2026 - UnknownSec