1
0
Fork 0

remove env variable after test assertion

pull/5708/head
Rob Bast 2016-09-21 11:34:28 +02:00 committed by Jordi Boggiano
parent e83f7c2929
commit 1cf4ecd648
1 changed files with 1 additions and 0 deletions

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