Skip to content

Commit ce39eb8

Browse files
[DoctrineBridge] Adjust non-legacy tests
1 parent 4d7ea9a commit ce39eb8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

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();

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)