forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -6,8 +6,9 @@ use PayPal\Auth\OAuthTokenCredential;
|
||||
use PayPal\Core\PayPalHttpConfig;
|
||||
use PayPal\Handler\OauthHandler;
|
||||
use PayPal\Rest\ApiContext;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class OauthHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
class OauthHandlerTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user