Skip to content

Commit a07e098

Browse files
committed
hotfix for phpunit
1 parent 42edbe3 commit a07e098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/UtilsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
3+
if (!class_exists('PHPUnit_Framework_TestCase')) {
4+
class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\TestCase {}
5+
}
6+
27
class UtilsTest extends \PHPUnit_Framework_TestCase{
38
function testCookie(){
49
$this->assertNull(cookie('foo'));

0 commit comments

Comments
 (0)