protected function ExecutableFinderTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Tests/ExecutableFinderTest.php \Symfony\Component\Process\Tests\ExecutableFinderTest::tearDown()
File
- vendor/
symfony/ process/ Tests/ ExecutableFinderTest.php, line 23
Class
- ExecutableFinderTest
- @author Chris Smith <chris@cs278.org>
Namespace
Symfony\Component\Process\TestsCode
protected function tearDown() {
if ($this->path) {
// Restore path if it was changed.
putenv('PATH=' . $this->path);
}
}