@@ -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"
0 commit comments