Skip to content

Commit 8c787a5

Browse files
[SecurityBundle] Fix test context
1 parent b77d6d9 commit 8c787a5

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
@@ -144,6 +144,7 @@ protected function setUp()
144144
$kernel->boot();
145145

146146
$application = new Application($kernel);
147+
$application->setTerminalDimensions(120, 80);
147148

148149
$application->add(new UserPasswordEncoderCommand());
149150
$passwordEncoderCommand = $application->find('security:encode-password');

0 commit comments

Comments
 (0)