]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Util/Skeleton/Template/Class.tpl.dist
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Util / Skeleton / Template / Class.tpl.dist
1 <?php
2 /**
3  * Generated by PHPUnit on {date} at {time}.
4  */
5 class {className}
6 {{methods}}
7 ?>