Skip to content

Commit 20b96f6

Browse files
testcase updated for new phpunit
1 parent b3d3842 commit 20b96f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Test.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
use \Eventviva\ImageResize;
66

7+
if (!class_exists('PHPUnit_Framework_TestCase')) {
8+
use PHPUnit\Framework\TestCase as PHPUnit_Framework_TestCase;
9+
}
10+
711
class ImageResizeTest extends PHPUnit_Framework_TestCase
812
{
913

0 commit comments

Comments
 (0)