Do that didn't help

This commit is contained in:
Josh Sherman 2018-01-07 22:41:41 -06:00
parent c6b8669c2c
commit 3d4ceeb6fd
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -2,13 +2,6 @@
require_once '../src/LoremIpsum.php'; require_once '../src/LoremIpsum.php';
if (
!class_exists('\PHPUnit_Framework_Error')
&& class_exists('\PHPUnit\Framework\Error')
) {
class_alias('\PHPUnit\Framework\Error', '\PHPUnit_Framework_Error');
}
if ( if (
!class_exists('\PHPUnit_Framework_TestCase') !class_exists('\PHPUnit_Framework_TestCase')
&& class_exists('\PHPUnit\Framework\TestCase') && class_exists('\PHPUnit\Framework\TestCase')