File tree 2 files changed +4
-1
lines changed
src/Symfony/Bridge/Twig/Tests/Command
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ install:
289
289
fi
290
290
291
291
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
293
293
if [[ $PHP = ${MIN_PHP%.*} ]]; then
294
294
export PHP=$MIN_PHP
295
295
tfold src/Symfony/Component/Process.sigchild SYMFONY_DEPRECATIONS_HELPER=weak php-$MIN_PHP/sapi/cli/php ./phpunit --colors=always src/Symfony/Component/Process/
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ public function testLintFileCompileTimeException()
66
66
$ this ->assertRegExp ('/ERROR in \S+ \(line / ' , trim ($ tester ->getDisplay ()));
67
67
}
68
68
69
+ /**
70
+ * @group tty
71
+ */
69
72
public function testLintDefaultPaths ()
70
73
{
71
74
$ tester = $ this ->createCommandTester ();
You can’t perform that action at this time.
0 commit comments