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 dbe3f3a commit 442e4bfCopy full SHA for 442e4bf
tests/Integration/DevicesTest.php
@@ -48,7 +48,7 @@ public static function setUpBeforeClass(): void
48
public function testListDeviceCodes(): void
49
{
50
$this->markTestSkipped("This test is skipped because the server has been erroring inconsistently.");
51
- $response = self::$client->devices->codes->list();
+ $response = self::$client->devices->codes->list(); // @phpstan-ignore-line
52
$page = $response->getPages()->current();
53
$deviceCodes = $page->getItems();
54
$this->assertNotNull($deviceCodes);
0 commit comments