Codeception\Command\GenerateWPAjax::getGenerator PHP Метод

getGenerator() защищенный Метод

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