]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/_files/NonStatic.php
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / _files / NonStatic.php
1 <?php
2 class NonStatic
3 {
4     public function suite()
5     {
6         return NULL;
7     }
8 }
9 ?>