Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 33c79de

Browse files
[2.6] add @group legacy
1 parent 13610c5 commit 33c79de

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* @since 2.5.4
1818
* @author Bernhard Schussek <[email protected]>
19+
* @group legacy
1920
*/
2021
class LegacyUserPasswordValidator2Dot4ApiTest extends UserPasswordValidatorTest
2122
{

Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* @since 2.5.4
1818
* @author Bernhard Schussek <[email protected]>
19+
* @group legacy
1920
*/
2021
class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest
2122
{

Tests/Core/LegacySecurityContextInterfaceTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Symfony\Component\Security\Core\SecurityContextInterface;
1515
use Symfony\Component\Security\Core\Security;
1616

17+
/**
18+
* @group legacy
19+
*/
1720
class LegacySecurityContextInterfaceTest extends \PHPUnit_Framework_TestCase
1821
{
1922
/**

0 commit comments

Comments
 (0)