Skip to content

Commit

Permalink
[2.6] add @group legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 13, 2015
1 parent 3c625dc commit 53f8649
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Helper/LegacyDialogHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
use Symfony\Component\Console\Helper\FormatterHelper;
use Symfony\Component\Console\Output\StreamOutput;

/**
* @group legacy
*/
class LegacyDialogHelperTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
Expand Down
3 changes: 3 additions & 0 deletions Tests/Helper/LegacyProgressHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
use Symfony\Component\Console\Helper\ProgressHelper;
use Symfony\Component\Console\Output\StreamOutput;

/**
* @group legacy
*/
class LegacyProgressHelperTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
Expand Down
3 changes: 3 additions & 0 deletions Tests/Helper/LegacyTableHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
use Symfony\Component\Console\Helper\TableHelper;
use Symfony\Component\Console\Output\StreamOutput;

/**
* @group legacy
*/
class LegacyTableHelperTest extends \PHPUnit_Framework_TestCase
{
protected $stream;
Expand Down
3 changes: 3 additions & 0 deletions Tests/Input/StringInputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public function testInputOptionWithGivenString()
$this->assertEquals('bar', $input->getOption('foo'));
}

/**
* @group legacy
*/
public function testLegacyInputOptionDefinitionInConstructor()
{
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
Expand Down

0 comments on commit 53f8649

Please sign in to comment.