diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/bundles.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/bundles.php deleted file mode 100644 index 86614bdb89..0000000000 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/bundles.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), - new Symfony\Bundle\SecurityBundle\SecurityBundle(), - new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), -); diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/config.yml b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/config.yml deleted file mode 100644 index a2850489ed..0000000000 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProviders/config.yml +++ /dev/null @@ -1,29 +0,0 @@ -imports: - - { resource: ./../config/framework.yml } - -doctrine: - dbal: - driver: pdo_sqlite - memory: true - charset: UTF8 - - orm: - entity_managers: - default: - auto_mapping: true - -security: - providers: - camelCasedName: - entity: - class: Symfony\Component\Security\Core\User\User - - firewalls: - default: - anonymous: ~ - provider: camelCasedName - - encoders: - Symfony\Component\Security\Core\User\User: plaintext - - diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProvidersCausesExceptionsTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProvidersCausesExceptionsTest.php deleted file mode 100644 index 41db3338da..0000000000 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CamelCasedProvidersCausesExceptionsTest.php +++ /dev/null @@ -1,20 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Bundle\SecurityBundle\Tests\Functional; - -class CamelCasedProvidersCausesExceptionsTest extends WebTestCase -{ - public function testBugfixExceptionThenCamelCasedProviderIsGiven() - { - $client = $this->createClient(array('test_case' => 'CamelCasedProviders', 'root_config' => 'config.yml')); - } -} diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 38bae8b0e0..5251f0138a 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -37,7 +37,6 @@ "symfony/yaml": "^2.0.5", "symfony/expression-language": "~2.6", "doctrine/doctrine-bundle": "~1.2", - "doctrine/orm": "~2.4,>=2.4.5", "twig/twig": "~1.28|~2.0", "ircmaxell/password-compat": "~1.0" },