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());