Example #1
0
 public function testIsConfigKeyExistsReturnsFalseIfKeyDoNotExists()
 {
     $configuration = new Configuration($this->configData);
     $this->assertFalse($configuration->isConfigKeyExists('c'));
 }