Codeception\Module\WPDb::useMainBlog PHP Метод

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

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