예제 #1
0
파일: ConfigTest.php 프로젝트: itkg/core
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testNoValueException()
 {
     $this->config->offsetUnset('foo');
     $this->config->get('foo');
 }