We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f7884 commit 3e644f7Copy full SHA for 3e644f7
1 file changed
tests/VCS/Adapter/GiteaTest.php
@@ -11,8 +11,8 @@
11
12
class GiteaTest extends Base
13
{
14
- private static string $accessToken = '';
15
- private static string $owner = '';
+ protected static string $accessToken = '';
+ protected static string $owner = '';
16
17
protected function createVCSAdapter(): Git
18
0 commit comments