]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/_files/InheritedTestCase.php
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / _files / InheritedTestCase.php
1 <?php
2 require_once 'OneTestCase.php';
3
4 class InheritedTestCase extends OneTestCase
5 {
6     public function test2()
7     {
8     }
9 }
10 ?>