Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab46732

Browse filesBrowse 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
Copy full SHA for ab46732

File tree

Expand file treeCollapse file tree

2 files changed

+0
-9
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php
-6Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php
-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.