We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66440d8 commit 8fb9bf9Copy full SHA for 8fb9bf9
Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php
@@ -15,6 +15,9 @@
15
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass;
16
use Symfony\Component\DependencyInjection\ContainerBuilder;
17
18
+/**
19
+ * @requires PHP 7.0
20
+ */
21
class UnusedTagsPassTest extends TestCase
22
{
23
public function testProcess()
0 commit comments