1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Add visibility to all consts, fixes #10550

This commit is contained in:
Jordi Boggiano 2022-02-23 14:09:49 +01:00
parent b6c1afaa47
commit 0db443ba5f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
51 changed files with 163 additions and 147 deletions

View file

@ -57,9 +57,9 @@ class PerforceDriverTest extends TestCase
*/
protected $perforce;
const TEST_URL = 'TEST_PERFORCE_URL';
const TEST_DEPOT = 'TEST_DEPOT_CONFIG';
const TEST_BRANCH = 'TEST_BRANCH_CONFIG';
private const TEST_URL = 'TEST_PERFORCE_URL';
private const TEST_DEPOT = 'TEST_DEPOT_CONFIG';
private const TEST_BRANCH = 'TEST_BRANCH_CONFIG';
protected function setUp(): void
{