remove env variable after test assertion
parent
2c77fd6801
commit
2ef9cde060
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue