blob: 483a2729fff9b47e922ccf1ed4f6236771af5a75 [file]
/**
* Generated from @assert {annotation}.
*/
public function test{methodName}()
{
$this->assert{assertion}(
$this->object->{origMethodName}({arguments})
);
}