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