Skip to content

Commit

Permalink
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase …
Browse files Browse the repository at this point in the history
…(#202)
  • Loading branch information
carusogabriel authored and prisis committed Nov 19, 2017
1 parent 6025db4 commit 6e9ae7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ArrayCachePoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
namespace Cache\Adapter\PHPArray\Tests;

use Cache\Adapter\PHPArray\ArrayCachePool;
use PHPUnit\Framework\TestCase;

class ArrayCachePoolTest extends \PHPUnit_Framework_TestCase
class ArrayCachePoolTest extends TestCase
{
public function testLimit()
{
Expand Down

0 comments on commit 6e9ae7f

Please sign in to comment.