Do that didn't help
This commit is contained in:
parent
c6b8669c2c
commit
3d4ceeb6fd
1 changed files with 0 additions and 7 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue