You are here

protected function FlowUnitCase::tearDown in One Click Upload 7.2

File

flowphp/test/Unit/FlowUnitCase.php, line 48

Class

FlowUnitCase

Namespace

Unit

Code

protected function tearDown() {
  $_REQUEST = array();
  $_FILES = array();
}