| 1 | <?php |
||
| 16 | class DoctrineCollectorTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getIndexes |
||
| 20 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getUniques |
||
| 21 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getInheritanceTypes |
||
| 22 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getDiscriminatorColumns |
||
| 23 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getAssociations |
||
| 24 | * @covers \Sonata\EasyExtendsBundle\Mapper\DoctrineCollector::getDiscriminators |
||
| 25 | */ |
||
| 26 | public function testDefaultValues() |
||
| 36 | } |
||
| 37 |