Skip to content

Commit 400800e

Browse files
[2.7] add @group legacy
1 parent f666913 commit 400800e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/DataCollector/SecurityDataCollectorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ public function testCollectWhenAuthenticationTokenIsNull()
4040
$this->assertEmpty($collector->getUser());
4141
}
4242

43+
/**
44+
* @group legacy
45+
*/
4346
public function testLegacyCollectWhenAuthenticationTokenIsNull()
4447
{
4548
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);

0 commit comments

Comments
 (0)