for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mongrate\MongrateBundle\Command;
class TestAllCommand extends \Mongrate\Command\TestAllCommand
{
use ExtendsStandaloneMongrateCommandTrait;
public function __construct(array $config)
parent::__construct(null, $config);
}