You are here

protected function FustyRequestTest::setUp in One Click Upload 7.2

Overrides FlowUnitCase::setUp

File

flowphp/test/Unit/FustyRequestTest.php, line 29

Class

FustyRequestTest
FustyRequest unit tests

Namespace

Unit

Code

protected function setUp() {
  parent::setUp();
  vfsStreamWrapper::register();
  $this->vfs = new vfsStreamDirectory('chunks');
  vfsStreamWrapper::setRoot($this->vfs);
}