]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/_files/AnInterface.php
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / _files / AnInterface.php
1 <?php
2 interface AnInterface
3 {
4     public function doSomething();
5 }
6 ?>