8000 minor #9851 [Validator] Removed duplicated test for IBAN in data prov… · symfony/symfony@c86e8c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c86e8c1

Browse files
committed
minor #9851 [Validator] Removed duplicated test for IBAN in data provider (stewe)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] Removed duplicated test for IBAN in data provider Working on #9850, I spotted a duplicated value on `getValidIbans` data provider and I just removed the duplicated value. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 35610d0 [Validator] Removed duplicated test for IBAN in data provider
2 parents 50c39b9 + 35610d0 commit c86e8c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function testValidIbans($iban)
5353
public function getValidIbans()
5454
{
5555
return array(
56-
array('CH93 0076 2011 6238 5295 7'), //Switzerland
5756
array('CH9300762011623852957'), // Switzerland without spaces
5857

5958
//Country list

0 commit comments

Comments
 (0)
0