Skip to content

Commit 6e9ae7f

Browse files
carusogabrielprisis
authored andcommitted
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#202)
1 parent 6025db4 commit 6e9ae7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/ArrayCachePoolTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
namespace Cache\Adapter\PHPArray\Tests;
1313

1414
use Cache\Adapter\PHPArray\ArrayCachePool;
15+
use PHPUnit\Framework\TestCase;
1516

16-
class ArrayCachePoolTest extends \PHPUnit_Framework_TestCase
17+
class ArrayCachePoolTest extends TestCase
1718
{
1819
public function testLimit()
1920
{

0 commit comments

Comments
 (0)