[FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion

This commit is contained in:
Jan van Thoor 2019-07-19 15:53:13 +02:00 committed by Nicolas Grekas
parent 30a19863f9
commit 01aaece8d8
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\Console\Tester\CommandTester;
/** /**
* @group functional * @group functional
*/ */
class RouterDebugCommandTest extends WebTestCase class RouterDebugCommandTest extends AbstractWebTestCase
{ {
private $application; private $application;

View File

@ -18,7 +18,7 @@ use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServic
use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServiceContainer\UnusedPrivateService; use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestServiceContainer\UnusedPrivateService;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
class TestServiceContainerTest extends WebTestCase class TestServiceContainerTest extends AbstractWebTestCase
{ {
public function testThatPrivateServicesAreUnavailableIfTestConfigIsDisabled() public function testThatPrivateServicesAreUnavailableIfTestConfigIsDisabled()
{ {

View File

@ -14,7 +14,7 @@ namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase as BaseWebTestCase; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase as BaseWebTestCase;
use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Filesystem\Filesystem;
class AbstractWebTestCase extends BaseWebTestCase abstract class AbstractWebTestCase extends BaseWebTestCase
{ {
public static function assertRedirect($response, $location) public static function assertRedirect($response, $location)
{ {

View File

@ -13,7 +13,7 @@ namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\HttpKernel\Kernel;
class JsonLoginLdapTest extends WebTestCase class JsonLoginLdapTest extends AbstractWebTestCase
{ {
public function testKernelBoot() public function testKernelBoot()
{ {

View File

@ -11,7 +11,7 @@
namespace Symfony\Bundle\SecurityBundle\Tests\Functional; namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
class MissingUserProviderTest extends WebTestCase class MissingUserProviderTest extends AbstractWebTestCase
{ {
/** /**
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException * @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException