Skip to content

Commit d619503

Browse files
[2.6] add @group legacy
1 parent 4e040a9 commit d619503

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tests/LegacyOptionsResolverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Symfony\Component\OptionsResolver\OptionsResolver;
1515
use Symfony\Component\OptionsResolver\Options;
1616

17+
/**
18+
* @group legacy
19+
*/
1720
class LegacyOptionsResolverTest extends \PHPUnit_Framework_TestCase
1821
{
1922
/**

Tests/LegacyOptionsTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Symfony\Component\OptionsResolver\Options;
1515
use Symfony\Component\OptionsResolver\OptionsResolver;
1616

17+
/**
18+
* @group legacy
19+
*/
1720
class LegacyOptionsTest extends \PHPUnit_Framework_TestCase
1821
{
1922
/**

0 commit comments

Comments
 (0)