We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2493b5 + bc6df72 commit d56a403Copy full SHA for d56a403
Tests/Resources/app/AppKernel.php
@@ -14,7 +14,7 @@ public function registerBundles()
14
new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
15
new \Http\HttplugBundle\HttplugBundle(),
16
];
17
-
+
18
return $bundles;
19
}
20
@@ -23,11 +23,7 @@ public function registerBundles()
23
*/
24
public function registerContainerConfiguration(LoaderInterface $loader)
25
{
26
- $runtime = 'php';
27
- if (defined('HHVM_VERSION')) {
28
- $runtime = 'hhvm';
29
- }
30
- $loader->load(__DIR__.'/config/config_'.$runtime.'.yml');
+ $loader->load(__DIR__.'/config/config.yml');
31
32
33
/**
Tests/Resources/app/config/config_php.yml renamed to Tests/Resources/app/config/config.yml
Tests/Resources/app/config/config_hhvm.yml
0 commit comments