Skip to content

Commit cb62212

Browse files
Update tests
1 parent 9b0ace4 commit cb62212

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ApiAttributesTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ public static function mapRequestPayloadProvider(): iterable
405405
"parameters": {
406406
"{{ value }}": "\"\"",
407407
"{{ limit }}": "10",
408+
"{{ min }}": "10",
408409
"{{ value_length }}": "0"
409410
},
410411
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"
@@ -439,6 +440,7 @@ public static function mapRequestPayloadProvider(): iterable
439440
<parameters>
440441
<item key="{{ value }}">"H"</item>
441442
<item key="{{ limit }}">10</item>
443+
<item key="{{ min }}">10</item>
442444
<item key="{{ value_length }}">1</item>
443445
</parameters>
444446
<type>urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45</type>
@@ -476,6 +478,7 @@ public static function mapRequestPayloadProvider(): iterable
476478
"parameters": {
477479
"{{ value }}": "\"\"",
478480
"{{ limit }}": "10",
481+
"{{ min }}": "10",
479482
"{{ value_length }}": "0"
480483
},
481484
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"
@@ -646,6 +649,7 @@ public static function mapRequestPayloadProvider(): iterable
646649
"parameters": {
647650
"{{ value }}": "\"\"",
648651
"{{ limit }}": "10",
652+
"{{ min }}": "10",
649653
"{{ value_length }}": "0"
650654
},
651655
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"
@@ -680,6 +684,7 @@ public static function mapRequestPayloadProvider(): iterable
680684
<parameters>
681685
<item key="{{ value }}">"H"</item>
682686
<item key="{{ limit }}">10</item>
687+
<item key="{{ min }}">10</item>
683688
<item key="{{ value_length }}">1</item>
684689
</parameters>
685690
<type>urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45</type>
@@ -717,6 +722,7 @@ public static function mapRequestPayloadProvider(): iterable
717722
"parameters": {
718723
"{{ value }}": "\"\"",
719724
"{{ limit }}": "10",
725+
"{{ min }}": "10",
720726
"{{ value_length }}": "0"
721727
},
722728
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"
@@ -892,6 +898,7 @@ public static function mapRequestPayloadProvider(): iterable
892898
"parameters": {
893899
"{{ value }}": "\"\"",
894900
"{{ limit }}": "10",
901+
"{{ min }}": "10",
895902
"{{ value_length }}": "0"
896903
},
897904
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"
@@ -926,6 +933,7 @@ public static function mapRequestPayloadProvider(): iterable
926933
<parameters>
927934
<item key="{{ value }}">"H"</item>
928935
<item key="{{ limit }}">10</item>
936+
<item key="{{ min }}">10</item>
929937
<item key="{{ value_length }}">1</item>
930938
</parameters>
931939
<type>urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45</type>
@@ -963,6 +971,7 @@ public static function mapRequestPayloadProvider(): iterable
963971
"parameters": {
964972
"{{ value }}": "\"\"",
965973
"{{ limit }}": "10",
974+
"{{ min }}": "10",
966975
"{{ value_length }}": "0"
967976
},
968977
"type": "urn:uuid:9ff3fdc4-b214-49db-8718-39c315e33d45"

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"symfony/translation": "^7.3|^8.0",
6868
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
6969
"symfony/type-info": "^7.1.8|^8.0",
70-
"symfony/validator": "^6.4|^7.0|^8.0",
70+
"symfony/validator": "^7.4|^8.0",
7171
"symfony/workflow": "^7.3|^8.0",
7272
"symfony/yaml": "^6.4|^7.0|^8.0",
7373
"symfony/property-info": "^6.4|^7.0|^8.0",

0 commit comments

Comments
 (0)