for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Codeception\Module;
use Robo\Task\ValueProviderTask;
class CliHelperTasks extends \Robo\Tasks
{
public function taskValueProvider()
return $this->task(ValueProviderTask::class);
}