Skip to content

Commit b255820

Browse files
committed
fix phpunit warning on prophecy
1 parent 4409d7c commit b255820

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Support/SupportUtilTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Pagination\Factory;
66
use Illuminate\Pagination\Paginator;
77
use Illuminate\Support\Util;
8-
use PHPUnit\Framework\TestCase;
8+
use L4\Tests\BackwardCompatibleTestCase;
99

10-
class SupportUtilTest extends TestCase
10+
class SupportUtilTest extends BackwardCompatibleTestCase
1111
{
1212
public function testUnwrapIfClosure(): void
1313
{
@@ -64,4 +64,4 @@ public function isEmptyOnNonEmptyPaginatorObject(): void
6464

6565
$this->assertFalse(Util::isEmpty($pagination));
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)