forked from LiveCarta/PayPal-PHP-Server-SDK
client name updated
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PayPalRESTAPIsLib
|
||||
* PaypalServerSDKLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PayPalRESTAPIsLib\Tests\Controllers;
|
||||
namespace PaypalServerSDKLib\Tests\Controllers;
|
||||
|
||||
use Core\TestCase\CoreTestCase;
|
||||
use Core\Types\CallbackCatcher;
|
||||
use PayPalRESTAPIsLib\PayPalRESTAPIsClient;
|
||||
use PayPalRESTAPIsLib\Tests\ClientFactory;
|
||||
use PaypalServerSDKLib\PaypalServerSDKClient;
|
||||
use PaypalServerSDKLib\Tests\ClientFactory;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class BaseTestController extends TestCase
|
||||
@@ -28,7 +28,7 @@ class BaseTestController extends TestCase
|
||||
return new CoreTestCase($this, self::$callbackCatcher, $result);
|
||||
}
|
||||
|
||||
protected static function getClient(): PayPalRESTAPIsClient
|
||||
protected static function getClient(): PaypalServerSDKClient
|
||||
{
|
||||
self::$callbackCatcher = new CallbackCatcher();
|
||||
return ClientFactory::create(self::$callbackCatcher);
|
||||
|
||||
Reference in New Issue
Block a user