public function vfsStreamResolveIncludePathTestCase::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamResolveIncludePathTestCase.php \org\bovigo\vfs\vfsStreamResolveIncludePathTestCase::tearDown()
clean up test environment
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamResolveIncludePathTestCase.php, line 40
Class
Namespace
org\bovigo\vfsCode
public function tearDown() {
set_include_path($this->backupIncludePath);
}