From ae16afa42899ffa70f179010c3e9fb47c0e7e946 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 18 Aug 2014 15:07:07 +0200 Subject: [PATCH] #1112 - adding DDC-3257 group to test method --- tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php b/tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php index 4f11adc84..59778b42d 100644 --- a/tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php @@ -611,6 +611,9 @@ class EntityRepositoryTest extends \Doctrine\Tests\OrmFunctionalTestCase $this->_em->getConfiguration()->setDefaultRepositoryClassName("Doctrine\Tests\Models\DDC753\DDC753InvalidRepository"); } + /** + * @group DDC-3257 + */ public function testSingleRepositoryInstanceForDifferentEntityAliases() { $config = $this->_em->getConfiguration();