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