1
0

client name updated

This commit is contained in:
moizgillani
2024-09-16 15:00:03 +05:00
parent eb2608f55a
commit 1522ab5293
18 changed files with 268 additions and 268 deletions

View File

@@ -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);