コード例 #1
0
ファイル: ContextTest.php プロジェクト: sylarbg/settings
 /**
  * @expectedException \OutOfBoundsException
  */
 public function testGetUndefinedContextArgument()
 {
     $context = new \Krucas\Settings\Context();
     $context->get('test');
 }