Skip to content

Commit

Permalink
Added strict types test
Browse files Browse the repository at this point in the history
  • Loading branch information
naxvog committed Sep 30, 2024
1 parent 368091b commit 16690cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Arch.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
use Pest\Expectation;
use Whoops\Exception\Frame;

arch('strict types')->expect('*')->toUseStrictTypes();

arch('base')
->expect('Pest\Arch')
->classes->toBeFinal()
Expand Down

0 comments on commit 16690cb

Please sign in to comment.