for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GGGGino\SkuskuCartBundle\Tests;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class TestBundle extends Bundle
{
/**
* Returns the bundle name that this bundle overrides.
*
* Despite its name, this method does not imply any parent/child relationship
* between the bundles, just a way to extend and override an existing
* bundle.
* @return string The Bundle name it overrides or null if no parent
*/
public function getParent()
return null;
}