1
0

repo initialized with test cases

This commit is contained in:
moizgillani
2024-09-06 15:38:17 +05:00
parent c9cb1ad04a
commit b20aa829db
754 changed files with 76684 additions and 1 deletions

18
tests/bootstrap.php Normal file
View File

@@ -0,0 +1,18 @@
<?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';