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.
2 parents 306886e + 911cb29 commit 60d003bCopy full SHA for 60d003b
tests/FunctionalExampleTest.php
@@ -96,9 +96,9 @@ public function testStubCanEndWithoutOutput()
96
$this->assertEquals('', $output);
97
}
98
99
- public function testStubCanEndWithoutExtensions()
+ public function testStubCanEndWithoutReadlineFunctions()
100
{
101
- $output = $this->execExample('php -n ../tests/stub/04-end.php');
+ $output = $this->execExample('php -d disable_functions=readline_callback_handler_install,readline_callback_handler_remove ../tests/stub/04-end.php');
102
103
104
0 commit comments