Skip to content

Commit a015327

Browse files
committed
Fix PHPstan issue
1 parent 200619a commit a015327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/tests/Unit/Controller/API/BaseTestCase.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
abstract class BaseTestCase extends BaseBaseTestCase
1313
{
1414
protected static array $rootEndpoints = ['contests', 'judgehosts', 'users'];
15+
protected static string $testedRole = 'unset';
1516

1617
/** @var KernelBrowser */
1718
protected KernelBrowser $client;

0 commit comments

Comments
 (0)