Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/Pool/CachePoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* @see https://fastdlabs.com
*/

use PHPUnit\Framework\TestCase;
/**
* Class CachePoolTest.
*/
class CachePoolTest extends PHPUnit_Framework_TestCase
class CachePoolTest extends TestCase
{
public function testCacheConnection()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/Pool/DatabasePoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
* @see https://fastdlabs.com
*/
use FastD\Pool\DatabasePool;
use PHPUnit\Framework\TestCase;

class DatabasePoolTest extends PHPUnit_Framework_TestCase
class DatabasePoolTest extends TestCase
{
/**
* @var DatabasePool
Expand Down