getMockBuilder('PhpMyAdmin\DatabaseInterface') ->disableOriginalConstructor() ->getMock(); $GLOBALS['dbi'] = $dbi; } /** * Test for Processes::getHtmlForProcessListAutoRefresh * * @return void * @group medium */ public function testPMAGetHtmlForProcessListAutoRefresh() { $html = Processes::getHtmlForProcessListAutoRefresh(); // Test Notice $this->assertContains( 'Note: Enabling the auto refresh here might cause ' . 'heavy traffic between the web server and the MySQL server.', $html ); // Test tab links $this->assertContains( '