Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Tests/Resources/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function registerBundles()
new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new \Http\HttplugBundle\HttplugBundle(),
];

return $bundles;
}

Expand All @@ -23,11 +23,7 @@ public function registerBundles()
*/
public function registerContainerConfiguration(LoaderInterface $loader)
{
$runtime = 'php';
if (defined('HHVM_VERSION')) {
$runtime = 'hhvm';
}
$loader->load(__DIR__.'/config/config_'.$runtime.'.yml');
$loader->load(__DIR__.'/config/config.yml');
}

/**
Expand Down
11 changes: 0 additions & 11 deletions Tests/Resources/app/config/config_hhvm.yml

This file was deleted.