Skip to content

Commit

Permalink
Enable phpstan-phpunit rules
Browse files Browse the repository at this point in the history
To ensure we're also checking for good practices regarding PHPUnit's
usage.
  • Loading branch information
lcobucci committed Apr 3, 2018
1 parent 7dac98d commit b9a5976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-phpunit/strictRules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

parameters:
Expand Down

0 comments on commit b9a5976

Please sign in to comment.