Skip to content

Commit 07638ad

Browse files
committed
update visibility
1 parent 99072b3 commit 07638ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solid/tests/Unit/Controller/GetStorageUrlTraitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class GetStorageUrlTraitTest extends TestCase
2020
{
2121
////////////////////////////////// FIXTURES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
2222

23-
const MOCK_URL = 'mock url';
24-
const MOCK_USER_ID = 'mock user id';
23+
private const MOCK_URL = 'mock url';
24+
private const MOCK_USER_ID = 'mock user id';
2525

2626
private $trait;
2727

0 commit comments

Comments
 (0)