update unit tests for new autoloader, remove inc/autoload.php

This commit is contained in:
David Remer 2020-09-02 07:51:07 +03:00
parent 1194b325ce
commit ae12409454
2 changed files with 0 additions and 69 deletions

View file

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../inc/autoload.php';
\Inpsyde\PayPalCommerce\autoload();
require_once __DIR__ . '/../stubs/WC_Payment_Gateway.php';
require_once __DIR__ . '/../stubs/WC_Ajax.php';