diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 34e951b4fc42..67a1da419622 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -52,7 +52,12 @@ - Symfony\Component\HttpFoundation + + + Symfony\Component\Console + Symfony\Component\HttpFoundation + + diff --git a/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php b/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php index 6b830811f6b4..192625263db8 100644 --- a/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php +++ b/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php @@ -5,6 +5,9 @@ use Symfony\Component\Console\Helper\ProgressIndicator; use Symfony\Component\Console\Output\StreamOutput; +/** + * @group time-sensitive + */ class ProgressIndicatorTest extends \PHPUnit_Framework_TestCase { public function testDefaultIndicator() diff --git a/src/Symfony/Component/Console/phpunit.xml.dist b/src/Symfony/Component/Console/phpunit.xml.dist index ae0dcbeaba41..8c09554f80fb 100644 --- a/src/Symfony/Component/Console/phpunit.xml.dist +++ b/src/Symfony/Component/Console/phpunit.xml.dist @@ -26,4 +26,14 @@ + + + + + + Symfony\Component\Console + + + +