Skip to content

Commit b2dded8

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/FilesystemCachePoolTest.php

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

1212
namespace Cache\Adapter\Filesystem\Tests;
1313

14+
use PHPUnit\Framework\TestCase;
15+
1416
/**
1517
* @author Tobias Nyholm <[email protected]>
1618
*/
17-
class FilesystemCachePoolTest extends \PHPUnit_Framework_TestCase
19+
class FilesystemCachePoolTest extends TestCase
1820
{
1921
use CreatePoolTrait;
2022

0 commit comments

Comments
 (0)