fixed tests

This commit is contained in:
Fabien Potencier 2019-01-16 20:56:24 +01:00
parent 44056b002a
commit de3fb2ca84
3 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
<?php return [ <?php return array (
]; );

View File

@ -1,3 +1,3 @@
<?php return [ <?php return array (
'bundle:controller:name.format.engine' => __DIR__.'/../path/to/template.html.twig', 'bundle:controller:name.format.engine' => __DIR__.'/../path/to/template.html.twig',
]; );

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return array (
'foo' => 'bar', 'foo' => 'bar',
]; );