checkConfig() public méthode

Checks configuration
public checkConfig ( ) : void
Résultat void
 /**
  * Test for checkConfig
  *
  * @return void
  */
 public function testCheckConfig()
 {
     $tm = new ThemeManager();
     $this->assertNull($tm->checkConfig());
 }