remove env variable after test assertion
parent
e83f7c2929
commit
1cf4ecd648
|
@ -297,5 +297,6 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
|
||||||
putenv('COMPOSER_PROCESS_TIMEOUT=0');
|
putenv('COMPOSER_PROCESS_TIMEOUT=0');
|
||||||
$config = new Config(true);
|
$config = new Config(true);
|
||||||
$this->assertEquals(0, $config->get('process-timeout'));
|
$this->assertEquals(0, $config->get('process-timeout'));
|
||||||
|
putenv('COMPOSER_PROCESS_TIMEOUT');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue