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 0032368

Browse filesBrowse files
committed
minor #25514 [FrameworkBundle] remove an unneeded failing legacy test (xabbuh)
This PR was merged into the 4.1-dev branch. Discussion ---------- [FrameworkBundle] remove an unneeded failing legacy test | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The removed test is not needed anymore as it is already covered by the `testEnabledStrictEmailOptionIsMappedToStrictEmailValidationMode` and `testDisabledStrictEmailOptionIsMappedToLooseEmailValidationMode` tests. Commits ------- 4a62350 remove an unneeded failing legacy test
2 parents b9d7315 + 4a62350 commit 0032368
Copy full SHA for 0032368

File tree

4 files changed

+0
-28
lines changed
Filter options

4 files changed

+0
-28
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_strict_email.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_strict_email.php
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_strict_email.yml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_strict_email.yml
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -758,13 +758,6 @@ public function testValidationTranslationDomain()
758758
$this->assertSame('messages', $container->getParameter('validator.translation_domain'));
759759
}
760760

761-
public function testValidationStrictEmail()
762-
{
763-
$container = $this->createContainerFromFile('validation_strict_email');
764-
765-
$this->assertTrue($container->getDefinition('validator.email')->getArgument(0));
766-
}
767-
768761
public function testValidationMapping()
769762
{
770763
$container = $this->createContainerFromFile('validation_mapping');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.