Skip to content

Commit 0b3eb2a

Browse files
wirwolfNaktibalda
authored andcommitted
[Symfony] add missing use for runConsoleCommand (#5698)
1 parent fa74e60 commit 0b3eb2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
use Symfony\Component\DependencyInjection\ContainerInterface;
1414
use Symfony\Component\Finder\SplFileInfo;
1515
use Symfony\Component\VarDumper\Cloner\Data;
16+
use Symfony\Bundle\FrameworkBundle\Console\Application;
17+
use Symfony\Component\Console\Input\ArrayInput;
18+
use Symfony\Component\Console\Output\BufferedOutput;
1619

1720
/**
1821
* This module uses Symfony Crawler and HttpKernel to emulate requests and test response.

0 commit comments

Comments
 (0)