forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
namespace PayPal\Test\Api;
|
||||
|
||||
use PayPal\Api\Billing;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Class Billing
|
||||
*
|
||||
* @package PayPal\Test\Api
|
||||
*/
|
||||
class BillingTest extends \PHPUnit_Framework_TestCase
|
||||
class BillingTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Gets Json String of Object Billing
|
||||
|
||||
Reference in New Issue
Block a user