Skip to content

Commit 37f3c28

Browse files
janvtnicolas-grekas
authored andcommitted
[FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
1 parent 1aea58d commit 37f3c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Functional/RouterDebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @group functional
1919
*/
20-
class RouterDebugCommandTest extends WebTestCase
20+
class RouterDebugCommandTest extends AbstractWebTestCase
2121
{
2222
private $application;
2323

Tests/Functional/TestServiceContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServiceContainer\UnusedPrivateService;
1919
use Symfony\Component\DependencyInjection\ContainerInterface;
2020

21-
class TestServiceContainerTest extends WebTestCase
21+
class TestServiceContainerTest extends AbstractWebTestCase
2222
{
2323
public function testThatPrivateServicesAreUnavailableIfTestConfigIsDisabled()
2424
{

0 commit comments

Comments
 (0)