[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
This commit is contained in:
parent
93b20427c9
commit
b24811e29a
@ -27,7 +27,7 @@ namespace Doctrine\ORM\Persisters;
|
||||
* @author robo
|
||||
* @todo Implementation once support for collections of basic elements (i.e. strings) is added.
|
||||
*/
|
||||
class ElementCollectionPersister extends AbstractCollectionPersister
|
||||
abstract class ElementCollectionPersister extends AbstractCollectionPersister
|
||||
{
|
||||
//put your code here
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Doctrine\ORM\Persisters;
|
||||
|
||||
class UnionSubclassPersister extends AbstractEntityPersister
|
||||
class UnionSubclassPersister extends StandardEntityPersister
|
||||
{
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user