@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | $autoloads = array( |
| 11 | - __DIR__.'/../vendor/autoload.php', // travis or standalone test |
|
| 11 | + __DIR__.'/../vendor/autoload.php', // travis or standalone test |
|
| 12 | 12 | __DIR__.'/../../../../../../vendor/autoload.php', // symfony & composer test |
| 13 | 13 | ); |
| 14 | 14 | $autoloadFile = false; |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | public function load(array $configs, ContainerBuilder $container) |
| 16 | 16 | { |
| 17 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 17 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 18 | 18 | $loader->load('services.yml'); |
| 19 | 19 | |
| 20 | 20 | $config = $this->processConfiguration(new Configuration(), $configs); |