Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
    /**
3
     * Generated from @assert {annotation}.
4
     */
5
    public function test{methodName}()
6
    {
7
        $this->assert{assertion}(
8
          {className}::{origMethodName}({arguments})
9
        );
10
    }