diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 34e951b4fc..67a1da4196 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 6b830811f6..192625263d 100644 --- a/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php +++ b/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php @@ -5,6 +5,9 @@ namespace Symfony\Component\Console\Tests\Helper; 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 ae0dcbeaba..8c09554f80 100644 --- a/src/Symfony/Component/Console/phpunit.xml.dist +++ b/src/Symfony/Component/Console/phpunit.xml.dist @@ -26,4 +26,14 @@ + + + + + + Symfony\Component\Console + + + +