org\bovigo\vfs\vfsStreamWrapperSetOptionTestCase::setUp PHP Méthode

setUp() public méthode

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