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 { /**