1 | <?php |
||
7 | class DoctrineUnitOfWorkPhpCodeTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | use AssertPhpCodeTrait; |
||
10 | |||
11 | /** |
||
12 | * Compare doctrine UnitOfWork::createEntity() code with code was copied into |
||
13 | * steevanb\DoctrineEvents\Doctrine\ORM\UnitOfWork |
||
14 | * Works for Doctrine 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, and maybe next releases |
||
15 | */ |
||
16 | public function testCreateEntityPhpCode() |
||
20 | } |
||
21 |