]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/_files/WasRun.php
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / _files / WasRun.php
1 <?php
2 class WasRun extends PHPUnit_Framework_TestCase
3 {
4     public $wasRun = FALSE;
5
6     protected function runTest()
7     {
8         $this->wasRun = TRUE;
9     }
10 }
11 ?>