1
0
Files
PayPal-PHP-Server-SDK/tests/bootstrap.php
2024-09-06 15:38:17 +05:00

19 lines
429 B
PHP

<?php
/*
* PayPalRESTAPIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
/**
* Load the composer's autoload file so that we don't have to require files
* manually in our code. Also load helper classes for tests.
*/
$vendor_dir = getenv('COMPOSER_VENDOR_DIR') ?: 'vendor';
require __DIR__ . '/../' . $vendor_dir . '/autoload.php';
require __DIR__ . '/ClientFactory.php';