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

Skip to content

Commit 3c59bb5

Browse files
[Bridge/Twig] use tty group on testLintDefaultPaths
1 parent cab412f commit 3c59bb5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ install:
289289
fi
290290
291291
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
292-
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
292+
tfold src/Symfony/Component/Console.tty $PHPUNIT --group tty
293293
if [[ $PHP = ${MIN_PHP%.*} ]]; then
294294
export PHP=$MIN_PHP
295295
tfold src/Symfony/Component/Process.sigchild SYMFONY_DEPRECATIONS_HELPER=weak php-$MIN_PHP/sapi/cli/php ./phpunit --colors=always src/Symfony/Component/Process/

src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ public function testLintFileCompileTimeException()
6666
$this->assertRegExp('/ERROR in \S+ \(line /', trim($tester->getDisplay()));
6767
}
6868

69+
/**
70+
* @group tty
71+
*/
6972
public function testLintDefaultPaths()
7073
{
7174
$tester = $this->createCommandTester();

0 commit comments

Comments
 (0)