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\Core;
|
||||
|
||||
use PayPal\Core\PayPalHttpConfig;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Test class for PayPalHttpConfigTest.
|
||||
*
|
||||
*/
|
||||
class PayPalHttpConfigTest extends \PHPUnit_Framework_TestCase
|
||||
class PayPalHttpConfigTest extends TestCase
|
||||
{
|
||||
|
||||
protected $object;
|
||||
|
||||
Reference in New Issue
Block a user