示例#1
0
 public function testRemoveInvalidKeyCausesNoNotice()
 {
     $ph = new AgaviParameterHolder();
     $zomg =& $ph->removeParameter('[]foo[]');
     $this->assertNull($zomg);
 }