forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
namespace PayPal\Test\Validation;
|
||||
|
||||
use PayPal\Validation\JsonValidator;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class JsonValidatorTest extends \PHPUnit_Framework_TestCase
|
||||
class JsonValidatorTest extends TestCase
|
||||
{
|
||||
|
||||
public static function positiveProvider()
|
||||
|
||||
Reference in New Issue
Block a user