Skip to content

Commit 108a799

Browse files
minor #33490 [Bridge/Twig] use tty group on testLintDefaultPaths (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [Bridge/Twig] use tty group on testLintDefaultPaths | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33446 (comment) | License | MIT | Doc PR | - Note that I still think we should deprecate reading from STDIN when not explicitly asked for, as explained in #33446 (comment) Commits ------- 3c59bb5 [Bridge/Twig] use tty group on testLintDefaultPaths
2 parents 9dca229 + 3c59bb5 commit 108a799

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy