| 1 | <?php |
||
| 4 | class ViewSugarpdfTest extends PHPUnit_Framework_TestCase{ |
||
|
|
|||
| 5 | |||
| 6 | |||
| 7 | function testViewSugarpdf(){ |
||
| 33 | |||
| 34 | |||
| 35 | //Incomplete test. SugarpdfFactory::loadSugarpdf throws fatal error. error needs to be resolved before testing. |
||
| 36 | function testpreDisplay(){ |
||
| 39 | |||
| 40 | //Incomplete test. SugarpdfFactory::loadSugarpdf throws fatal error. error needs to be resolved before testing. |
||
| 41 | function testdisplay(){ |
||
| 44 | |||
| 45 | } |
||
| 46 | ?> |
||
| 47 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.