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