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 c710145 commit d761888Copy full SHA for d761888
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";
+
8
/**
9
* The gateway URL to test against
10
test/PurchaseRequestTest.php
@@ -3,8 +3,6 @@
3
use function PHPUnit\Framework\assertEquals;
-
class PurchaseRequestTest extends PHPUnit\Framework\TestCase
{
public function test_error_checking_amount()
0 commit comments