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 extends AbstractConfiguration implements GeneratorSettingsInterface
{
public function getNamespace() : string
return $this[self::NAMESPACE];
}