Exemplo n.º 1
0
 /**
  * Test for setThemeCookie
  *
  * @return void
  */
 public function testSetThemeCookie()
 {
     $tm = new PMA_Theme_Manager();
     $this->assertTrue(
         $tm->setThemeCookie()
     );
 }