Skip to content

Commit 65d89ec

Browse files
authored
Identify tty tests in Component/Process
1 parent 7acc345 commit 65d89ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ public function testExitCodeCommandFailed()
439439
$this->assertGreaterThan(0, $process->getExitCode());
440440
}
441441

442+
/**
443+
* @group tty
444+
*/
442445
public function testTTYCommand()
443446
{
444447
if ('\\' === DIRECTORY_SEPARATOR) {
@@ -454,6 +457,9 @@ public function testTTYCommand()
454457
$this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
455458
}
456459

460+
/**
461+
* @group tty
462+
*/
457463
public function testTTYCommandExitCode()
458464
{
459465
if ('\\' === DIRECTORY_SEPARATOR) {

0 commit comments

Comments
 (0)