Codeception\Command\GenerateWPAjax::getGenerator PHP Method

getGenerator() protected method

protected getGenerator ( $config, $class )
    protected function getGenerator($config, $class)
    {
        return new WPUnit($config, $class, '\\Codeception\\TestCase\\WPAjaxTestCase');
    }