Skip to content

Commit

Permalink
[FrameworkBundle] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 25, 2020
1 parent b515bc9 commit 159ef1b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -15,6 +15,9 @@
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;

/**
* @requires PHP 7.0
*/
class UnusedTagsPassTest extends TestCase
{
public function testProcess()
Expand Down

0 comments on commit 159ef1b

Please sign in to comment.