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

Skip to content

Commit 73a19ab

Browse files
committed
Typo
1 parent 4ca2c98 commit 73a19ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public function testTTYCommand()
477477
}
478478

479479
if (!Process::isTtySupported()) {
480-
$this->markTestSkipped('There is not TTY support');
480+
$this->markTestSkipped('There is no TTY support');
481481
}
482482

483483
$process = $this->getProcess('echo "foo" >> /dev/null && '.$this->getProcessForCode('usleep(100000);')->getCommandLine());
@@ -496,7 +496,7 @@ public function testTTYCommandExitCode()
496496
}
497497

498498
if (!Process::isTtySupported()) {
499-
$this->markTestSkipped('There is not TTY support');
499+
$this->markTestSkipped('There is no TTY support');
500500
}
501501

502502
$process = $this->getProcess('echo "foo" >> /dev/null');

0 commit comments

Comments
 (0)