]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Util / Skeleton / Template / IncompleteTestMethod.tpl.dist
1
2     /**
3      * @todo Implement test{methodName}().
4      */
5     public function test{methodName}()
6     {
7         // Remove the following lines when you implement this test.
8         $this->markTestIncomplete(
9           'This test has not been implemented yet.'
10         );
11     }