Skip to content

Commit 9819517

Browse files
committed
Set constant visibility in tests to private where possible.
1 parent f0ada82 commit 9819517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Adapter/ExtLdap/AdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class AdapterTest extends LdapTestCase
2727
{
28-
const PAGINATION_REQUIRED_CONFIG = [
28+
private const PAGINATION_REQUIRED_CONFIG = [
2929
'options' => [
3030
'protocol_version' => 3,
3131
],

0 commit comments

Comments
 (0)