| 1 | <?php |
||
| 20 | class MappedStatementRepositoryTest extends BaseStatementRepositoryTest |
||
| 21 | { |
||
| 22 | protected function getObjectManagerClass() |
||
| 26 | |||
| 27 | protected function getUnitOfWorkClass() |
||
| 31 | |||
| 32 | protected function getClassMetadataClass() |
||
| 36 | |||
| 37 | protected function createMappedStatementRepository($objectManager, $unitOfWork, $classMetadata) |
||
| 41 | } |
||
| 42 |