org\bovigo\vfs\vfsStreamWrapperSetOptionTestCase::setUp PHP Method

setUp() public method

set up test environment
public setUp ( )
    public function setUp()
    {
        $this->root = vfsStream::setup();
        vfsStream::newFile('foo.txt')->at($this->root);
    }