This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use PHPUnit_Framework_Exception; | |
use PHPUnit_Framework_TestCase; | |
use SimpleXMLElement; | |
class BaseTestCase extends PHPUnit_Framework_TestCase | |
{ | |
/** | |
* Show as much error information as possible |