From 74f00327bdd87ea3bc0d2a2eab00516fe4f6e048 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 31 Dec 2014 09:45:33 +0100 Subject: [PATCH] #1235 DDC-3470 - adding `@group` annotation for newly introduced test cases --- .../Tests/ORM/Persisters/JoinedSubclassPersisterTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php b/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php index 78e47e7f4..9b5e233dc 100644 --- a/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php +++ b/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php @@ -32,6 +32,9 @@ class JoinedSubClassPersisterTest extends OrmTestCase ); } + /** + * @group DDC-3470 + */ public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts() { $this->assertSame(array(), $this->persister->executeInserts());