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 :
ExceptionInTest.php
<?php class ExceptionInTest extends PHPUnit_Framework_TestCase { public $setUp = false; public $assertPreConditions = false; public $assertPostConditions = false; public $tearDown = false; public $testSomething = false; protected function setUp() { $this->setUp = true; } protected function assertPreConditions() { $this->assertPreConditions = true; } public function testSomething() { $this->testSomething = true; throw new Exception; } protected function assertPostConditions() { $this->assertPostConditions = true; } protected function tearDown() { $this->tearDown = true; } }
Copyright © 2026 - UnknownSec