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
12281228 }
12291229
12301230 /**
1231- * @dataProvider provideDotNotationOnIfExistRule
1231+ * @dataProvider provideIfExistRuleWithAsterisk
12321232 *
12331233 * @see https://github.com/codeigniter4/CodeIgniter4/issues/4521
12341234 */
1235- public function testDotNotationOnIfExistRule (bool $ expected , array $ rules , array $ data ): void
1235+ public function testIfExistRuleWithAsterisk (bool $ expected , array $ rules , array $ data ): void
12361236 {
12371237 $ actual = $ this ->validation ->setRules ($ rules )->run ($ data );
12381238 $ this ->assertSame ($ expected , $ actual );
12391239 }
12401240
1241- public static function provideDotNotationOnIfExistRule (): iterable
1241+ public static function provideIfExistRuleWithAsterisk (): iterable
12421242 {
12431243 yield 'dot-on-end-fail ' => [
12441244 false ,
You can’t perform that action at this time.
0 commit comments