Esempio n. 1
0
 /**
  * Render Error notice
  */
 function test_render_error_notice()
 {
     ob_start();
     $this->admin->render_error_notice();
     $contents = ob_get_clean();
     $this->assertContains('<div class="notice notice-error is-dismissible">', $contents);
 }