for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UnitTestPlugins\SuperTest;
use Deployee\Components\Container\ContainerInterface;
use Deployee\Components\Plugins\PluginInterface;
class SuperTestPlugin implements PluginInterface
{
public function onLoad(ContainerInterface $container)
}