Skip to content

Commit 4a7756b

Browse files
carusogabrielprisis
authored andcommitted
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#202)
1 parent c232ccb commit 4a7756b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/IlluminateAdapterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
use Illuminate\Contracts\Cache\Store;
1717
use Mockery as m;
1818
use Mockery\MockInterface;
19+
use PHPUnit\Framework\TestCase;
1920
use Psr\Cache\CacheItemPoolInterface;
2021

21-
class IlluminateAdapterTest extends \PHPUnit_Framework_TestCase
22+
class IlluminateAdapterTest extends TestCase
2223
{
2324
/**
2425
* @type IlluminateCachePool

0 commit comments

Comments
 (0)