Skip to content

Commit b87ad4c

Browse files
committed
[DependencyInjection] Make the DefinitionErrorExceptionPass ignore the test container
1 parent f006b36 commit b87ad4c

File tree

1 file changed

+1
-3
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer

1 file changed

+1
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/Controller.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServiceContainer;
44

5-
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
6-
7-
class Controller extends AbstractController
5+
class Controller
86
{
97
public function __invoke(DTO $dto)
108
{

0 commit comments

Comments
 (0)