org\bovigo\vfs\vfsStreamResolveIncludePathTestCase::tearDown PHP 메소드

tearDown() 공개 메소드

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