for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Primate\Router\Tests\Stub\Controllers;
class MainController
{
public function index()
echo __METHOD__;
}