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\Common;
|
||||
|
||||
use PayPal\Common\ArrayUtil;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ArrayUtilTest extends \PHPUnit_Framework_TestCase
|
||||
class ArrayUtilTest extends TestCase
|
||||
{
|
||||
|
||||
public function testIsAssocArray()
|
||||
|
||||
Reference in New Issue
Block a user