for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bricks\Frameworks\Base\Controller;
class Index extends Controller{
public function indexAction(){
return $this->template();
}