| 1 | <?php |
||
| 23 | class TwigStringExtensionCompilerPassTest extends AbstractCompilerPassTestCase |
||
| 24 | { |
||
| 25 | public function testLoadTwigStringExtension(): void |
||
| 31 | |||
| 32 | public function testLoadTwigStringExtensionWithExtraBundle(): void |
||
| 42 | |||
| 43 | protected function registerCompilerPass(ContainerBuilder $container): void |
||
| 48 | } |
||
| 49 |