Let's try a polyfill
This commit is contained in:
parent
c270610543
commit
02bae95170
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
require_once '../src/LoremIpsum.php';
|
require_once '../src/LoremIpsum.php';
|
||||||
|
|
||||||
|
if (!class_exists('\PHPUnit_Framework_TestCase') && class_exists('\PHPUnit\Framework\TestCase')) {
|
||||||
|
class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
|
||||||
|
}
|
||||||
|
|
||||||
class LoremIpsumTest extends PHPUnit_Framework_TestCase
|
class LoremIpsumTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
private $lipsum;
|
private $lipsum;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue