예제 #1
0
 /**
  * @expectedException \Conpago\Config\MissingConfigurationException
  */
 public function testGetNotExistingNestedValue()
 {
     $config = new ArrayConfig([]);
     $config->getValue($this->buildNestedPath(array(self::NESTING_KEY, 'dummy')));
 }