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