Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
    {modifier} function {reference}{method_name}({arguments})
3
    {
4
        $args = func_get_args();
5
 
6
        $result = $this->__phpunit_getInvocationMocker()->invoke(
7
          new PHPUnit_Framework_MockObject_Invocation(
8
            $this, '{class_name}', '{method_name}', $args
9
          )
10
        );
11
 
12
        return $result;
13
    }