You are here

protected function UploaderTest::setUp in One Click Upload 7.2

Overrides FlowUnitCase::setUp

File

flowphp/test/Unit/UploaderTest.php, line 28

Class

UploaderTest
Uploader unit tests

Namespace

Unit

Code

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