Skip to content

Commit 8af5ff0

Browse files
committed
Try to fix platformsh build
1 parent 8f0c9aa commit 8af5ff0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ from the command line, you need to set the inputs like this::
296296
// $this->assertRegExp('/.../', $commandTester->getDisplay());
297297
}
298298

299-
By calling :method:`CommandTester::setInputs`, you imitate what the
300-
console would do internally with all user input through the CLI. This way
301-
you can test any user interaction (even complex ones) by passing the appropriate
302-
inputs.
299+
By calling :method:`CommandTester::setInputs`, you imitate what the console would
300+
do internally with all user input through the CLI. This way you can test any
301+
user interaction (even complex ones) by passing the appropriate inputs.

0 commit comments

Comments
 (0)