Skip to content

Commit 889007a

Browse files
committed
Set constant visibility in tests to private where possible.
1 parent e48b25a commit 889007a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*/
2121
class MemcachedSessionHandlerTest extends TestCase
2222
{
23-
const PREFIX = 'prefix_';
24-
const TTL = 1000;
23+
private const PREFIX = 'prefix_';
24+
private const TTL = 1000;
2525

2626
/**
2727
* @var MemcachedSessionHandler

0 commit comments

Comments
 (0)