forked from LiveCarta/PayPal-PHP-SDK
Initial commit
This commit is contained in:
6
tests/bootstrap.php
Normal file
6
tests/bootstrap.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Include the composer autoloader
|
||||
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
$loader->add('PayPal\\Test', __DIR__);
|
||||
define("PP_CONFIG_PATH", __DIR__);
|
||||
Reference in New Issue
Block a user