1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

remove env variable after test assertion

This commit is contained in:
Rob Bast 2016-09-21 11:34:28 +02:00 committed by Jordi Boggiano
parent e83f7c2929
commit 1cf4ecd648

View file

@ -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');
}
}