#1235 DDC-3470 - coverage annotations
This commit is contained in:
parent
a93e5fa1c2
commit
0f165bce50
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ namespace Doctrine\Tests\ORM\Persisters;
|
||||||
use Doctrine\ORM\Persisters\JoinedSubclassPersister;
|
use Doctrine\ORM\Persisters\JoinedSubclassPersister;
|
||||||
use Doctrine\Tests\OrmTestCase;
|
use Doctrine\Tests\OrmTestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests for {@see \Doctrine\ORM\Persisters\JoinedSubclassPersister}
|
||||||
|
*
|
||||||
|
* @covers \Doctrine\ORM\Persisters\JoinedSubclassPersister
|
||||||
|
*/
|
||||||
class JoinedSubClassPersisterTest extends OrmTestCase
|
class JoinedSubClassPersisterTest extends OrmTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue