Skip to content

Commit 5874420

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Psr6SessionHandlerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313

1414
use Cache\Adapter\PHPArray\ArrayCachePool;
1515
use Cache\SessionHandler\Psr6SessionHandler;
16+
use PHPUnit\Framework\TestCase;
1617
use Psr\Cache\CacheItemInterface;
1718
use Psr\Cache\CacheItemPoolInterface;
1819

1920
/**
2021
* @author Aaron Scherer <[email protected]>
2122
* @author Tobias Nyholm <[email protected]>
2223
*/
23-
class Psr6SessionHandlerTest extends \PHPUnit_Framework_TestCase
24+
class Psr6SessionHandlerTest extends TestCase
2425
{
2526
const TTL = 100;
2627
const PREFIX = 'pre';

0 commit comments

Comments
 (0)