Skip to content

Commit

Permalink
Remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Dec 2, 2022
1 parent 3e02a6c commit 00e7c27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/Unit/ValidationRuleParsingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,6 @@ public function supportedRules()
'description' => $description . ".",
],
];
yield 'array' => [
['array_param' => 'array'],
[],
[
'type' => 'object',
'description' => '',
],
];
yield 'file' => [
['file_param' => 'file|required'],
['file_param' => ['description' => $description]],
Expand Down

0 comments on commit 00e7c27

Please sign in to comment.