@@ -93,7 +93,7 @@ public function optionsProvider(): array
9393 'compareValue ' => 1 ,
9494 'message ' => 'Value must be equal to "1". ' ,
9595 'skipOnEmpty ' => false ,
96- 'skipOnError ' => true ,
96+ 'skipOnError ' => false ,
9797 ],
9898 ],
9999 [
@@ -104,7 +104,7 @@ public function optionsProvider(): array
104104 'compareValue ' => 1 ,
105105 'message ' => 'Value must be equal to "1". ' ,
106106 'skipOnEmpty ' => false ,
107- 'skipOnError ' => true ,
107+ 'skipOnError ' => false ,
108108 ],
109109 ],
110110 [
@@ -115,7 +115,7 @@ public function optionsProvider(): array
115115 'compareValue ' => 1 ,
116116 'message ' => 'Value must be greater than or equal to "1". ' ,
117117 'skipOnEmpty ' => false ,
118- 'skipOnError ' => true ,
118+ 'skipOnError ' => false ,
119119 ],
120120 ],
121121 [
@@ -126,7 +126,7 @@ public function optionsProvider(): array
126126 'compareValue ' => 'YES ' ,
127127 'message ' => 'Value must be equal to "YES". ' ,
128128 'skipOnEmpty ' => false ,
129- 'skipOnError ' => true ,
129+ 'skipOnError ' => false ,
130130 ],
131131 ],
132132 [
@@ -137,7 +137,7 @@ public function optionsProvider(): array
137137 'compareValue ' => 'YES ' ,
138138 'message ' => 'Value must be equal to "YES". ' ,
139139 'skipOnEmpty ' => true ,
140- 'skipOnError ' => true ,
140+ 'skipOnError ' => false ,
141141 ],
142142 ],
143143 [
@@ -148,7 +148,7 @@ public function optionsProvider(): array
148148 'compareValue ' => 'YES ' ,
149149 'message ' => 'Value must not be equal to "YES". ' ,
150150 'skipOnEmpty ' => false ,
151- 'skipOnError ' => true ,
151+ 'skipOnError ' => false ,
152152 ],
153153 ],
154154 [
@@ -159,7 +159,7 @@ public function optionsProvider(): array
159159 'compareValue ' => 'YES ' ,
160160 'message ' => 'Custom message for YES ' ,
161161 'skipOnEmpty ' => false ,
162- 'skipOnError ' => true ,
162+ 'skipOnError ' => false ,
163163 ],
164164 ],
165165 ];
0 commit comments