1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1235 DDC-3470 - coverage annotations

This commit is contained in:
Marco Pivetta 2014-12-31 09:46:19 +01:00
parent a93e5fa1c2
commit 0f165bce50

View File

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