protected function FlowUnitCase::tearDown in One Click Upload 7.2
File
- flowphp/
test/ Unit/ FlowUnitCase.php, line 48
Class
Namespace
UnitCode
protected function tearDown() {
$_REQUEST = array();
$_FILES = array();
}
protected function tearDown() {
$_REQUEST = array();
$_FILES = array();
}