for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace fixtures;
use Knp\RadBundle\AppBundle\Bundle;
class App extends Bundle
{
public function getNamespace()
return 'App';
}
public function getPath()
return __DIR__.'/tmp/App';