コード例 #1
0
ファイル: CollectionTest.php プロジェクト: alebear/horses
 /**
  * @expectedException \horses\config\UnknownConfigException
  */
 public function testSetNotLoaded()
 {
     $this->collection->get('does.not.exists', 'bar');
 }