/** * Generated from @assert {annotation}. * * @covers {className}::{origMethodName} */ public function test{methodName}() { $this->assert{assertion}( {expected}, $this->object->{origMethodName}({arguments}) ); }