diff --git a/tests/Composer/Test/ConfigTest.php b/tests/Composer/Test/ConfigTest.php index ac9aa8884..81d7646dd 100644 --- a/tests/Composer/Test/ConfigTest.php +++ b/tests/Composer/Test/ConfigTest.php @@ -297,5 +297,6 @@ class ConfigTest extends \PHPUnit_Framework_TestCase putenv('COMPOSER_PROCESS_TIMEOUT=0'); $config = new Config(true); $this->assertEquals(0, $config->get('process-timeout')); + putenv('COMPOSER_PROCESS_TIMEOUT'); } }