We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409d7c commit b255820Copy full SHA for b255820
1 file changed
tests/Support/SupportUtilTest.php
@@ -5,9 +5,9 @@
5
use Illuminate\Pagination\Factory;
6
use Illuminate\Pagination\Paginator;
7
use Illuminate\Support\Util;
8
-use PHPUnit\Framework\TestCase;
+use L4\Tests\BackwardCompatibleTestCase;
9
10
-class SupportUtilTest extends TestCase
+class SupportUtilTest extends BackwardCompatibleTestCase
11
{
12
public function testUnwrapIfClosure(): void
13
@@ -64,4 +64,4 @@ public function isEmptyOnNonEmptyPaginatorObject(): void
64
65
$this->assertFalse(Util::isEmpty($pagination));
66
}
67
-}
+}
0 commit comments