Example #1
0
 /**
  * @covers XMLConfig::getBoolean
  */
 public function testGetBooleanOthers()
 {
     $configValue = "webapp/defaultURL";
     $actual = $this->config->getBoolean($configValue);
     $this->assertFalse($actual);
 }