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 1aea58d commit 37f3c28Copy full SHA for 37f3c28
Tests/Functional/RouterDebugCommandTest.php
@@ -17,7 +17,7 @@
17
/**
18
* @group functional
19
*/
20
-class RouterDebugCommandTest extends WebTestCase
+class RouterDebugCommandTest extends AbstractWebTestCase
21
{
22
private $application;
23
Tests/Functional/TestServiceContainerTest.php
@@ -18,7 +18,7 @@
use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServiceContainer\UnusedPrivateService;
use Symfony\Component\DependencyInjection\ContainerInterface;
-class TestServiceContainerTest extends WebTestCase
+class TestServiceContainerTest extends AbstractWebTestCase
public function testThatPrivateServicesAreUnavailableIfTestConfigIsDisabled()
24
0 commit comments