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