We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485ae36 commit da52d9aCopy full SHA for da52d9a
tests/Stecman/Component/Symfony/Console/BashCompletion/CompletionContextTest.php
@@ -55,8 +55,8 @@ public function testCursorPosition()
55
56
public function testConfigureFromEnvironment()
57
{
58
- putenv("COMP_LINE=beam up li");
59
- putenv('COMP_POINT=10');
+ putenv("CMDLINE_CONTENTS=beam up li");
+ putenv('CMDLINE_CURSOR_INDEX=10');
60
61
$context = new EnvironmentCompletionContext();
62
0 commit comments