Commit b24811e2 authored by beberlei's avatar beberlei

[2.0] Fix Fatal errors in unused classes that crash the testsuite when running...

[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
parent 93b20427
...@@ -27,7 +27,7 @@ namespace Doctrine\ORM\Persisters; ...@@ -27,7 +27,7 @@ namespace Doctrine\ORM\Persisters;
* @author robo * @author robo
* @todo Implementation once support for collections of basic elements (i.e. strings) is added. * @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 //put your code here
} }
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace Doctrine\ORM\Persisters; namespace Doctrine\ORM\Persisters;
class UnionSubclassPersister extends AbstractEntityPersister class UnionSubclassPersister extends StandardEntityPersister
{ {
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment