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
UnitCode
protected function setUp() {
parent::setUp();
vfsStreamWrapper::register();
$this->vfs = new vfsStreamDirectory('chunks');
vfsStreamWrapper::setRoot($this->vfs);
}