[Bridge/Twig] use tty group on testLintDefaultPaths

This commit is contained in:
Nicolas Grekas 2019-09-06 13:06:38 +02:00
parent cab412f0cb
commit 3c59bb5c93
2 changed files with 4 additions and 1 deletions

View File

@ -289,7 +289,7 @@ install:
fi
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
tfold src/Symfony/Component/Console.tty $PHPUNIT --group tty
if [[ $PHP = ${MIN_PHP%.*} ]]; then
export PHP=$MIN_PHP
tfold src/Symfony/Component/Process.sigchild SYMFONY_DEPRECATIONS_HELPER=weak php-$MIN_PHP/sapi/cli/php ./phpunit --colors=always src/Symfony/Component/Process/

View File

@ -66,6 +66,9 @@ class LintCommandTest extends TestCase
$this->assertRegExp('/ERROR in \S+ \(line /', trim($tester->getDisplay()));
}
/**
* @group tty
*/
public function testLintDefaultPaths()
{
$tester = $this->createCommandTester();