]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Util/Skeleton/Template/TestMethodBool.tpl.dist
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Util / Skeleton / Template / TestMethodBool.tpl.dist
1
2     /**
3      * Generated from @assert {annotation}.
4      */
5     public function test{methodName}()
6     {
7         $this->assert{assertion}(
8           $this->object->{origMethodName}({arguments})
9         );
10     }