| 1 | <?php |
||
| 8 | class DoctrineYumlDataCollectorTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @covers \Onurb\Bundle\YumlBundle\DataCollector\DoctrineYumlDataCollector |
||
| 13 | */ |
||
| 14 | public function testIsInstanceOf() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @covers \Onurb\Bundle\YumlBundle\DataCollector\DoctrineYumlDataCollector |
||
| 22 | */ |
||
| 23 | public function testGetName() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @covers \Onurb\Bundle\YumlBundle\DataCollector\DoctrineYumlDataCollector |
||
| 31 | */ |
||
| 32 | public function testCollect() |
||
| 39 | } |
||
| 40 |