Skip to content

Commit f92a90e

Browse files
committed
Add group legacy to suppress some deprecations
1 parent 7748827 commit f92a90e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Config/Parser/AnnotationParserTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
1111
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
1212

13+
/**
14+
* @group legacy
15+
*/
1316
class AnnotationParserTest extends MetadataParserTest
1417
{
1518
public function setUp(): void

0 commit comments

Comments
 (0)