forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<?php
|
||||
use PayPal\Exception\PayPalInvalidCredentialException;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Test class for PayPalInvalidCredentialException.
|
||||
*
|
||||
*/
|
||||
class PayPalInvalidCredentialExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
class PayPalInvalidCredentialExceptionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var PayPalInvalidCredentialException
|
||||
|
||||
Reference in New Issue
Block a user