Codeception\Module\WPLoader::_initialize PHP Метод

_initialize() публичный Метод

The function will set up the WordPress testing configuration and will take care of installing and loading WordPress. The simple inclusion of the module in an test helper class will hence trigger WordPress loading, no explicit method calling on the user side is needed.
public _initialize ( ) : void
Результат void
    public function _initialize()
    {
        $this->initialize();
    }