We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae31b34 commit b22cc4eCopy full SHA for b22cc4e
1 file changed
tests/VCS/Adapter/GiteaTest.php
@@ -27,7 +27,7 @@ public function setUp(): void
27
}
28
29
$adapter = new Gitea(new Cache(new None()));
30
- $giteaUrl = System::getEnv('TESTS_GITEA_URL', 'http://gitea:3000');
+ $giteaUrl = System::getEnv('TESTS_GITEA_URL', 'http://gitea:3000') ?? '';
31
32
$adapter->initializeVariables(
33
installationId: '',
0 commit comments