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 fa74e60 commit 0b3eb2aCopy full SHA for 0b3eb2a
src/Codeception/Module/Symfony.php
@@ -13,6 +13,9 @@
13
use Symfony\Component\DependencyInjection\ContainerInterface;
14
use Symfony\Component\Finder\SplFileInfo;
15
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;
19
20
/**
21
* This module uses Symfony Crawler and HttpKernel to emulate requests and test response.
0 commit comments