Skip to content

Commit

Permalink
- Added test case for facade.
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexZer0 committed Mar 8, 2024
1 parent 5042cd8 commit 89affe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,12 @@
'empty array' => [
'make_config' => [],
'expected_exception_message' => 'Empty array provided',
],

'empty array in nested' => [
'make_config' => [
'something' => []
],
'expected_exception_message' => 'Empty array provided',
]
]);

0 comments on commit 89affe1

Please sign in to comment.