for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class ModeraUpgradeAppKernel extends \Modera\FoundationBundle\Testing\AbstractFunctionalKernel
{
public function registerBundles()
return array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Modera\UpgradeBundle\ModeraUpgradeBundle(),
);
}