1 | <?php |
||
7 | class DoctrineUnitOfWorkTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | use AssertPhpCodeTrait; |
||
10 | |||
11 | /** |
||
12 | * Compare doctrine EntityManager::create() code with code was copied into |
||
13 | * steevanb\DoctrineEvents\Doctrine\ORM\EntityManager |
||
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 testCreatePhpCode() |
||
20 | |||
21 | /** |
||
22 | * Compare doctrine EntityManager::__construct() code with code was copied into |
||
23 | * steevanb\DoctrineEvents\Doctrine\ORM\EntityManager |
||
24 | * 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 |
||
25 | */ |
||
26 | public function testConstructPhpCode() |
||
30 | } |
||
31 |