Skip to content

Instantly share code, notes, and snippets.

View VincentClair's full-sized avatar

Vincent Clair VincentClair

View GitHub Profile
@VincentClair
VincentClair / AppKernel.php
Created January 14, 2016 09:03 — forked from K-Phoen/AppKernel.php
Functional tests for standalone Symfony2 bundles
<?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class AppKernel extends Kernel
{
public function registerBundles()
{
return array(