We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99072b3 commit 07638adCopy full SHA for 07638ad
1 file changed
solid/tests/Unit/Controller/GetStorageUrlTraitTest.php
@@ -20,8 +20,8 @@ class GetStorageUrlTraitTest extends TestCase
20
{
21
////////////////////////////////// FIXTURES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
22
23
- const MOCK_URL = 'mock url';
24
- const MOCK_USER_ID = 'mock user id';
+ private const MOCK_URL = 'mock url';
+ private const MOCK_USER_ID = 'mock user id';
25
26
private $trait;
27
0 commit comments