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 dc1b2fc commit 26822eaCopy full SHA for 26822ea
tests/ConnectionTest.php
@@ -91,7 +91,6 @@ public function testResponseIsLoggedIfAcquiringTokensFailed(): void
91
92
public function endpointsThatDontUseDivisionInUrl(): \Generator
93
{
94
-
95
yield 'System users endpoint' => ['system/Users'];
96
yield 'Me endpoint' => ['current/Me'];
97
}
tests/ModelTest.php
@@ -2,7 +2,6 @@
2
3
namespace Picqer\Tests;
4
5
-use Generator;
6
use PHPUnit\Framework\TestCase;
7
use Picqer\Financials\Exact\Item;
8
use Picqer\Financials\Exact\Query\Resultset;
0 commit comments