forked from LiveCarta/PayPal-PHP-SDK
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
use PayPal\Common\PayPalUserAgent;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class UserAgentTest extends PHPUnit_Framework_TestCase
|
||||
class UserAgentTest extends TestCase
|
||||
{
|
||||
|
||||
public function testGetValue()
|
||||
|
||||
Reference in New Issue
Block a user