Skip to content

Commit 2decf76

Browse files
committed
Update tests for array validation rule for Dingo router
1 parent 83e72af commit 2decf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DingoGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function testCanParseFormRequestRules()
142142
case 'array':
143143
$this->assertFalse($attribute['required']);
144144
$this->assertSame('array', $attribute['type']);
145-
$this->assertCount(0, $attribute['description']);
145+
$this->assertCount(1, $attribute['description']);
146146
break;
147147
case 'between':
148148
$this->assertFalse($attribute['required']);

0 commit comments

Comments
 (0)