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