Blame | Letzte Änderung | Log anzeigen | RSS feed
/** * Generated from @assert {annotation}. * @expectedException {expected} */ public function test{methodName}() { $this->object->{origMethodName}({arguments}); }
/**
* Generated from @assert {annotation}.
* @expectedException {expected}
*/
public function test{methodName}()
{
$this->object->{origMethodName}({arguments});
}