We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bae13 commit cf00f6cCopy full SHA for cf00f6c
1 file changed
tests/system/Validation/ValidationTest.php
@@ -1868,6 +1868,14 @@ public function testRuleWithMultipleAsterisk(
1868
$this->assertSame($expectedData, $this->validation->getValidated());
1869
}
1870
1871
+ /**
1872
+ * @return iterable<string, array{
1873
+ * 0: array<string, mixed>,
1874
+ * 1: array<string, string>,
1875
+ * 2: bool,
1876
+ * 3: array<string, mixed>
1877
+ * }>
1878
+ */
1879
public static function provideRuleWithMultipleAsterisk(): iterable
1880
{
1881
yield 'success' => [
0 commit comments