]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Util/Skeleton/Template/Method.tpl.dist
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Util / Skeleton / Template / Method.tpl.dist
1
2     /**
3      * @todo Implement {methodName}().
4      */
5     public function {methodName}()
6     {
7         // Remove the following line when you implement this method.
8         throw new RuntimeException('Not yet implemented.');
9     }