Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

This commit is contained in:
Gabriel Caruso
2017-11-11 10:51:40 -02:00
parent 26dadbf879
commit dc0955a4a1
159 changed files with 321 additions and 163 deletions

View File

@@ -11,13 +11,14 @@ use PayPal\Api\WebhookEventTypeList;
use PayPal\Api\WebhookList;
use PayPal\Exception\PayPalConnectionException;
use PayPal\Test\Functional\Setup;
use PHPUnit\Framework\TestCase;
/**
* Class WebhookFunctionalTest
*
* @package PayPal\Test\Api
*/
class WebhookFunctionalTest extends \PHPUnit_Framework_TestCase
class WebhookFunctionalTest extends TestCase
{
public $operation;