[Console] SfStyleTest: Remove COLUMN env on tearDown

This commit is contained in:
Maxime Steinhausser 2017-01-29 20:47:08 +01:00
parent 39c81c2dce
commit b715a36932

View File

@ -31,6 +31,7 @@ class SymfonyStyleTest extends PHPUnit_Framework_TestCase
protected function tearDown()
{
putenv('COLUMNS');
$this->command = null;
$this->tester = null;
}