Codeception\Module\WPLoader::_initialize PHP Method

_initialize() public method

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
return void
    public function _initialize()
    {
        $this->initialize();
    }