8000 minor #60086 [DoctrineBridge] Adjust non-legacy tests (nicolas-grekas) · symfony/symfony@ab46732 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab46732

Browse files
minor #60086 [DoctrineBridge] Adjust non-legacy tests (nicolas-grekas)
This PR was merged into the 7.3 branch. Discussion ---------- [DoctrineBridge] Adjust non-legacy tests | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT These should be unneeded since doctrine/orm#11853 Commits ------- 682f453 [DoctrineBridge] Adjust non-legacy tests
2 parents fe4a9ea + 682f453 commit ab46732

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ public function testRefreshInvalidUser()
137137
$provider->refreshUser($user2);
138138
}
139139

140-
/**
141-
* @group legacy
142-
*/
143140
public function testSupportProxy()
144141
{
145142
$em = DoctrineTestHelper::createTestEntityManager();
@@ -206,9 +203,6 @@ public function testPasswordUpgrades()
206203
$provider->upgradePassword($user, 'foobar');
207204
}
208205

209-
/**
210-
* @group legacy
211-
*/
212206
public function testRefreshedUserProxyIsLoaded()
213207
{
214208
$em = DoctrineTestHelper::createTestEntityManager();

src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ public static function provideUniquenessConstraints(): iterable
164164
yield 'Named arguments' => [new UniqueEntity(message: 'myMessage', fields: ['name'], em: 'foo')];
165165
}
166166

167-
/**
168-
* @group legacy
169-
*/
170167
public function testValidateEntityWithPrivatePropertyAndProxyObject()
171168
{
172169
$entity = new SingleIntIdWithPrivateNameEntity(1, 'Foo');

0 commit comments

Comments
 (0)
0