Codeception\Command\GenerateWPUnit::getGenerator PHP Method

getGenerator() protected method

protected getGenerator ( $config, $class ) : WPUnit
$config
$class
return Codeception\Lib\Generator\WPUnit
    protected function getGenerator($config, $class)
    {
        return new WPUnit($config, $class, '\\Codeception\\TestCase\\WPTestCase');
    }