• Hi all.

    How I can test the html-content of my plugin in wp-admin with PHPUnit tests.
    I want something like this:

    
    set_current_screen('admin_page_myplugin');
    $html = $this->getOriginalHTML();
    $this->assertContains('My plugin unique content', $html);
    
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How test admin content in PHPUnit’ is closed to new replies.