We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19e98d commit c710145Copy full SHA for c710145
test/GatewayTest.php
@@ -4,7 +4,7 @@
4
* vim: ts=4 sw=4 sts=4 noet
5
* @package Gateway Tests
6
*/
7
-include "vendor/autoload.php";
+include "../vendor/autoload.php";
8
/**
9
* The gateway URL to test against
10
test/PurchaseRequestTest.php
@@ -3,7 +3,7 @@
3
use function PHPUnit\Framework\assertEquals;
class PurchaseRequestTest extends PHPUnit\Framework\TestCase
{
0 commit comments