@@ -42,7 +42,7 @@ public static function provideConfigs(): \Generator
4242 ),
4343 [
4444 'field ' => ['path ' , 'pet ' , 'age ' ],
45- 'limit ' => 1 ,
45+ 'value ' => 1 ,
4646 ],
4747 ];
4848 yield 'implicitly >= "1" ' => [
@@ -53,7 +53,7 @@ public static function provideConfigs(): \Generator
5353 ),
5454 [
5555 'field ' => ['path ' , 'pet ' , 'age ' ],
56- 'limit ' => '1 ' ,
56+ 'value ' => '1 ' ,
5757 ],
5858 ];
5959 yield 'implicitly >= 3.14 ' => [
@@ -64,7 +64,7 @@ public static function provideConfigs(): \Generator
6464 ),
6565 [
6666 'field ' => ['path ' , 'pet ' , 'age ' ],
67- 'limit ' => 3.14 ,
67+ 'value ' => 3.14 ,
6868 ],
6969 ];
7070
@@ -76,7 +76,7 @@ public static function provideConfigs(): \Generator
7676 ),
7777 [
7878 'field ' => ['path ' , 'pet ' , 'age ' ],
79- 'limit ' => 2 ,
79+ 'value ' => 2 ,
8080 'inclusive ' => true ,
8181 ],
8282 ];
@@ -88,7 +88,7 @@ public static function provideConfigs(): \Generator
8888 ),
8989 [
9090 'field ' => ['path ' , 'pet ' , 'age ' ],
91- 'limit ' => '2 ' ,
91+ 'value ' => '2 ' ,
9292 'inclusive ' => true ,
9393 ],
9494 ];
@@ -100,7 +100,7 @@ public static function provideConfigs(): \Generator
100100 ),
101101 [
102102 'field ' => ['path ' , 'pet ' , 'age ' ],
103- 'limit ' => 9.81 ,
103+ 'value ' => 9.81 ,
104104 'inclusive ' => true ,
105105 ],
106106 ];
@@ -113,7 +113,7 @@ public static function provideConfigs(): \Generator
113113 ),
114114 [
115115 'field ' => ['path ' , 'pet ' , 'age ' ],
116- 'limit ' => 3 ,
116+ 'value ' => 3 ,
117117 'inclusive ' => false ,
118118 ],
119119 ];
@@ -125,7 +125,7 @@ public static function provideConfigs(): \Generator
125125 ),
126126 [
127127 'field ' => ['path ' , 'pet ' , 'age ' ],
128- 'limit ' => '3 ' ,
128+ 'value ' => '3 ' ,
129129 'inclusive ' => false ,
130130 ],
131131 ];
0 commit comments