| 1 | <?php |
||
| 20 | class CollectorSubscriberTest extends \PHPUnit_Framework_TestCase |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @return Symfony\Component\DependencyInjection\Definition |
||
| 24 | */ |
||
| 25 | private function getDispatcher() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @return Symfony\Component\DependencyInjection\ContainerBuilder |
||
| 46 | */ |
||
| 47 | private function getContainer() |
||
| 60 | |||
| 61 | /** |
||
| 62 | * |
||
| 63 | */ |
||
| 64 | public function testCompilerPass() |
||
| 69 | } |
||
| 70 |