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