fix bootstrap for unit test

This commit is contained in:
Manuel Raynaud
2013-04-04 12:18:18 +02:00
parent 3b8b787ae1
commit 29c05e53f2
4 changed files with 12 additions and 48 deletions

View File

@@ -26,7 +26,12 @@ namespace Thelia\Core\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Class RegisterListenersPass
* @package Thelia\Core\DependencyInjection\Compiler
*
* Source code come from Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RegisterKernelListenersPass class
*/
class RegisterListenersPass implements CompilerPassInterface
{
public function process(ContainerBuilder $container)