Codeception\Module\WPDb::useMainBlog PHP Method

useMainBlog() public method

Sets the current blog to the main one (blog_id 1).
public useMainBlog ( )
    public function useMainBlog()
    {
        $this->useBlog(0);
    }
WPDb