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

tearDown() public method

clean up test environment
public tearDown ( )
    public function tearDown()
    {
        set_include_path($this->backupIncludePath);
    }