Skip to content

Commit

Permalink
Add ResizingType::FILL_DOWN to test
Browse files Browse the repository at this point in the history
  • Loading branch information
loco8878 authored Jan 27, 2022
1 parent 5b688cc commit ef5b42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/OptionSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public function providerResizingType()
return [
[ResizingType::AUTO, false],
[ResizingType::FILL, false],
[ResizingType::FILL_DOWN, false],
[ResizingType::FIT, false],
[ResizingType::FORCE, false],
["invalid", true],
Expand Down

0 comments on commit ef5b42f

Please sign in to comment.