forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
namespace PayPal\Test\Cache;
|
||||
|
||||
use PayPal\Cache\AuthorizationCache;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Test class for AuthorizationCacheTest.
|
||||
*
|
||||
*/
|
||||
class AuthorizationCacheTest extends \PHPUnit_Framework_TestCase
|
||||
class AuthorizationCacheTest extends TestCase
|
||||
{
|
||||
const CACHE_FILE = 'tests/var/test.cache';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user