File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 ,
@@ -1613,7 +1613,7 @@ public function testRuleWithLeadingAsterisk(): void
1613
1613
/**
1614
1614
* @see https://github.com/codeigniter4/CodeIgniter4/issues/5942
1615
1615
*/
1616
- public function testRequireWithoutWithWildCard (): void
1616
+ public function testRequireWithoutWithAsterisk (): void
1617
1617
{
1618
1618
$ data = [
1619
1619
'a ' => [
You can’t perform that action at this time.
0 commit comments