Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Bthuillier\TestBundle\DependencyInjection;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
class BthuillierTestExtension extends Extension