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