From 0f165bce5061d72f128934d154d7c9b3a8478b80 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 31 Dec 2014 09:46:19 +0100 Subject: [PATCH] #1235 DDC-3470 - coverage annotations --- .../Tests/ORM/Persisters/JoinedSubclassPersisterTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php b/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php index e083075f6..6c3bce3cf 100644 --- a/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php +++ b/tests/Doctrine/Tests/ORM/Persisters/JoinedSubclassPersisterTest.php @@ -22,6 +22,11 @@ namespace Doctrine\Tests\ORM\Persisters; use Doctrine\ORM\Persisters\JoinedSubclassPersister; use Doctrine\Tests\OrmTestCase; +/** + * Tests for {@see \Doctrine\ORM\Persisters\JoinedSubclassPersister} + * + * @covers \Doctrine\ORM\Persisters\JoinedSubclassPersister + */ class JoinedSubClassPersisterTest extends OrmTestCase { /**