Skip to content

Commit

Permalink
Set constant visibility in tests to private where possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 31, 2020
1 parent 941a876 commit c48bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Security/FirewallMapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class FirewallMapTest extends TestCase
{
const ATTRIBUTE_FIREWALL_CONTEXT = '_firewall_context';
private const ATTRIBUTE_FIREWALL_CONTEXT = '_firewall_context';

public function testGetListenersWithEmptyMap()
{
Expand Down

0 comments on commit c48bce6

Please sign in to comment.