We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e72af commit 2decf76Copy full SHA for 2decf76
tests/DingoGeneratorTest.php
@@ -142,7 +142,7 @@ public function testCanParseFormRequestRules()
142
case 'array':
143
$this->assertFalse($attribute['required']);
144
$this->assertSame('array', $attribute['type']);
145
- $this->assertCount(0, $attribute['description']);
+ $this->assertCount(1, $attribute['description']);
146
break;
147
case 'between':
148
0 commit comments