コード例 #1
0
ファイル: ConfigTest.php プロジェクト: itkg/core
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testNoValueException()
 {
     $this->config->offsetUnset('foo');
     $this->config->get('foo');
 }