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 2aecd08 commit a77a8daCopy full SHA for a77a8da
tests/Paystack/PaystackTest.php
@@ -87,7 +87,7 @@
87
});
88
89
it('can make fake http request to get list of banks', function () {
90
- $body = file_get_contents(__DIR__ . '/../Fixtures/banks.json');
+ $body = file_get_contents(__DIR__.'/../Fixtures/banks.json');
91
92
Http::fake([
93
'https://api.paystack.co/bank' => Http::response($body),
0 commit comments