Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a67de2

Browse files
committed
minor #11986 typo fixed in AbstractProcessTest (getoutput() => getOutput()) (YevKov)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #11986). Discussion ---------- typo fixed in AbstractProcessTest (getoutput() => getOutput()) Commits ------- 36998bb typo fixed in AbstractProcessTest (getoutput() => getOutput())
2 parents 3a3fb05 + 36998bb commit 3a67de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Tests/AbstractProcessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ public function testSignal()
705705
usleep(500000);
706706
$process->signal(SIGUSR1);
707707

708-
while ($process->isRunning() && false === strpos($process->getoutput(), 'Caught SIGUSR1')) {
708+
while ($process->isRunning() && false === strpos($process->getOutput(), 'Caught SIGUSR1')) {
709709
usleep(10000);
710710
}
711711

0 commit comments

Comments
 (0)