test de commit

This commit is contained in:
Manuel Raynaud
2012-10-09 15:53:12 +02:00
parent 47ccf66db5
commit 1578bec3d1
5 changed files with 332 additions and 27 deletions

View File

@@ -16,10 +16,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class Thelia extends Kernel {
const version = '0.0.1';
class Thelia extends Kernel {
protected function initializeContainer(){
if(false === $container = require THELIA_ROOT . '/local/config/container.php'){