File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1228,17 +1228,17 @@ public function testTranslatedLabelTagReplacement(): void
1228
1228
}
1229
1229
1230
1230
/**
1231
- * @dataProvider provideDotNotationOnIfExistRule
1231
+ * @dataProvider provideIfExistRuleWithAsterisk
1232
1232
*
1233
1233
* @see https://github.com/codeigniter4/CodeIgniter4/issues/4521
1234
1234
*/
1235
- public function testDotNotationOnIfExistRule (bool $ expected , array $ rules , array $ data ): void
1235
+ public function testIfExistRuleWithAsterisk (bool $ expected , array $ rules , array $ data ): void
1236
1236
{
1237
1237
$ actual = $ this ->validation ->setRules ($ rules )->run ($ data );
1238
1238
$ this ->assertSame ($ expected , $ actual );
1239
1239
}
1240
1240
1241
- public static function provideDotNotationOnIfExistRule (): iterable
1241
+ public static function provideIfExistRuleWithAsterisk (): iterable
1242
1242
{
1243
1243
yield 'dot-on-end-fail ' => [
1244
1244
false ,
You can’t perform that action at this time.
0 commit comments