Skip to content

Commit a72bb05

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/MemcachedCachePoolTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
namespace Cache\Adapter\Memcached\Tests;
1313

14-
class MemcachedCachePoolTest extends \PHPUnit_Framework_TestCase
14+
use PHPUnit\Framework\TestCase;
15+
16+
class MemcachedCachePoolTest extends TestCase
1517
{
1618
use CreatePoolTrait;
1719

0 commit comments

Comments
 (0)