woocommerce-paypal-payments/tests/PHPUnit/bootstrap.php

5 lines
143 B
PHP
Raw Normal View History

2020-04-28 15:03:25 +03:00
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../vendor/autoload.php';
require_once __DIR__ . '/../stubs/WC_Payment_Gateway.php';