Esempio n. 1
0
 /**
  * Test for minimal footer
  *
  * @return void
  */
 public function testMinimal()
 {
     $footer = new PMA_Footer();
     $footer->setMinimal();
     $this->assertEquals('</div></body></html>', $footer->getDisplay());
 }