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 c1e8183 + 65d89ec commit 03945c7Copy full SHA for 03945c7
src/Symfony/Component/Process/Tests/ProcessTest.php
@@ -439,6 +439,9 @@ public function testExitCodeCommandFailed()
439
$this->assertGreaterThan(0, $process->getExitCode());
440
}
441
442
+ /**
443
+ * @group tty
444
+ */
445
public function testTTYCommand()
446
{
447
if ('\\' === DIRECTORY_SEPARATOR) {
@@ -454,6 +457,9 @@ public function testTTYCommand()
454
457
$this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
455
458
456
459
460
461
462
463
public function testTTYCommandExitCode()
464
465
0 commit comments