Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca2c98 commit 73a19abCopy full SHA for 73a19ab
src/Symfony/Component/Process/Tests/ProcessTest.php
@@ -477,7 +477,7 @@ public function testTTYCommand()
477
}
478
479
if (!Process::isTtySupported()) {
480
- $this->markTestSkipped('There is not TTY support');
+ $this->markTestSkipped('There is no TTY support');
481
482
483
$process = $this->getProcess('echo "foo" >> /dev/null && '.$this->getProcessForCode('usleep(100000);')->getCommandLine());
@@ -496,7 +496,7 @@ public function testTTYCommandExitCode()
496
497
498
499
500
501
502
$process = $this->getProcess('echo "foo" >> /dev/null');
0 commit comments