Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5d9fbef

Browse files
committed
Skip GlossaryTest when noch authKey is set
1 parent d254873 commit 5d9fbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/GlossaryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function setUpBeforeClass(): void
2525
$authKey = getenv('DEEPL_AUTH_KEY');
2626

2727
if ($authKey === false) {
28-
return;
28+
self::markTestSkipped('DeepL Auth Key (DEEPL_AUTH_KEY) is not configured.');
2929
}
3030

3131
self::$authKey = $authKey;

0 commit comments

Comments
 (0)