Skip to content

Commit b715a36

Browse files
committed
[Console] SfStyleTest: Remove COLUMN env on tearDown
1 parent 39c81c2 commit b715a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function setUp()
3131

3232
protected function tearDown()
3333
{
34+
putenv('COLUMNS');
3435
$this->command = null;
3536
$this->tester = null;
3637
}

0 commit comments

Comments
 (0)