Skip to content

Commit e403762

Browse files
committed
test: debug
1 parent 5aa3b06 commit e403762

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tests/Feature/DebugTest.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Feature;
4+
5+
use Tests\TestCase;
6+
7+
class DebugTest extends TestCase
8+
{
9+
public function testCanRetrieveDebugInformation(): void
10+
{
11+
$returnData = $this->client()->debug->retrieve();
12+
$this->assertArrayHasKey('version', $returnData);
13+
}
14+
}

0 commit comments

Comments
 (0)