chore: lint

This commit is contained in:
hackerESQ
2025-01-28 17:46:59 -06:00
parent e08c1880c6
commit be325d31b6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -17,6 +17,7 @@ class ApiTokenPermissionsTest extends TestCase
public function test_api_tokens_can_be_deleted(): void
{
if (! Features::hasApiFeatures()) {
$this->markTestSkipped('API support is not enabled.');
}
@@ -38,6 +39,7 @@ class ApiTokenPermissionsTest extends TestCase
public function test_api_tokens_can_be_created(): void
{
if (! Features::hasApiFeatures()) {
$this->markTestSkipped('API support is not enabled.');
}