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

setUp() public method

set up test environment
public setUp ( )
    public function setUp()
    {
        $this->backupIncludePath = get_include_path();
        vfsStream::setup();
        mkdir('vfs://root/a/path', 0777, true);
        set_include_path('vfs://root/a' . PATH_SEPARATOR . $this->backupIncludePath);
    }