| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class ExtractorPassTest extends AbstractCompilerPassTestCase |
||
| 22 | { |
||
| 23 | protected function registerCompilerPass(ContainerBuilder $container): void |
||
| 24 | { |
||
| 25 | $container->addCompilerPass(new ExtractorPass()); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testIfCompilerPassCollectsServicesByAddingMethodCallsTheseWillExist(): void |
||
| 43 | ); |
||
| 44 | } |
||
| 46 |