We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f772 commit 5dc55f3Copy full SHA for 5dc55f3
tests/VCS/Adapter/ForgejoTest.php
@@ -30,7 +30,7 @@ public function setUp(): void
30
}
31
32
$adapter = new Forgejo(new Cache(new None()));
33
- $forgejoUrl = System::getEnv('TESTS_FORGEJO_URL', 'http://forgejo:3000') ?? '';
+ $forgejoUrl = System::getEnv('TESTS_FORGEJO_URL', 'http://forgejo:3000');
34
35
$adapter->initializeVariables(
36
installationId: '',
0 commit comments