You are here

protected function ExecutableFinderTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Tests

Code

protected function tearDown() {
  if ($this->path) {

    // Restore path if it was changed.
    putenv('PATH=' . $this->path);
  }
}