Skip to content

Commit

Permalink
Test addition: verifying correct generation of the never type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 22, 2021
1 parent 4fbbe1a commit a55784d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Generator/TypeGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public function validType()
['void', 'void'],
['Void', 'void'],
['VOID', 'void'],
['never', 'never'],
['Never', 'never'],
['NEVER', 'never'],
['array', 'array'],
['Array', 'array'],
['ARRAY', 'array'],
Expand Down

0 comments on commit a55784d

Please sign in to comment.