config = new Config(); $this->formDisplayTemplate = new FormDisplayTemplate($this->config); } /** * Test for displayFormTop() * * @return void */ public function testDisplayFormTop() { $_SERVER['REQUEST_URI'] = 'https://www.phpmyadmin.net'; $GLOBALS['cfg']['ServerDefault'] = ''; $result = $this->formDisplayTemplate->displayFormTop(null, 'posted', [1]); $this->assertStringContainsString( '
', $result ); $this->assertStringContainsString( '