Skip to content

Commit ae96079

Browse files
[SecurityBundle] Fix test context
1 parent 87ef723 commit ae96079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public function testEncodePasswordNoConfigForGivenUserClass()
140140

141141
protected function setUp()
142142
{
143+
putenv('COLUMNS=120');
143144
$kernel = $this->createKernel(array('test_case' => 'PasswordEncode'));
144145
$kernel->boot();
145146

0 commit comments

Comments
 (0)