for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BsbPhingService;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
class Module implements ConfigProviderInterface
{
/**
* {@inheritDoc}
*/
public function getConfig()
return include __DIR__ . '/../configs/module.config.php';
}