]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/_files/TornDown4.php
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / _files / TornDown4.php
1 <?php
2 require_once 'TornDown.php';
3
4 class TornDown4 extends TornDown
5 {
6     protected function tearDown()
7     {
8         throw new Exception('tearDown');
9     }
10 }
11 ?>