1 | <?php |
||
11 | class TwigInflectionExtensionTest extends AbstractExtensionTestCase |
||
12 | { |
||
13 | const SERVICE_ID = 'emanuele_minotto.twig.extension.inflection'; |
||
14 | |||
15 | /** |
||
16 | * Return an array of container extensions you need to be registered for each test. |
||
17 | * |
||
18 | * @return ExtensionInterface[] |
||
19 | */ |
||
20 | protected function getContainerExtensions() |
||
26 | |||
27 | /** |
||
28 | * Test bundle core service. |
||
29 | */ |
||
30 | public function testBundleService() |
||
43 | } |
||
44 |