for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SmartWeb\ModuleTesting\Codeception\Generator;
use SmartWeb\ModuleTesting\Codeception\AbstractConfiguration;
/**
* Class UnitTestSettings
*
* @package SmartWeb\ModuleTesting\Codeception\Generator
*/
class UnitTestSettings extends AbstractConfiguration implements GeneratorSettingsInterface
{
* @inheritDoc
public function getNamespace() : string
return $this[self::NAMESPACE];
}