示例#1
0
 /**
  * @expectedException \Guzzle\Common\Exception\RuntimeException
  */
 public function testVerifiesThatNestedPathIsValidAtAnyLevel()
 {
     $c = new Collection(array('foo' => 'bar'));
     $c->setPath('foo/bar/baz', 'test');
 }