Skip to content

Commit

Permalink
add facade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural committed Jan 10, 2023
1 parent 237ef61 commit 433f4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Type/data/facades.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ function foo()
assertType('bool', Storage::disk()->deleteDirectory('foo'));
assertType('bool', Storage::drive()->deleteDirectory('foo'));
assertType('string|false', Storage::putFile('foo', 'foo/bar'));
assertType('string|false', Redis::get('foo'));
}

0 comments on commit 433f4a7

Please sign in to comment.