Skip to content

Commit

Permalink
Disable some runs of psalm to work around failures, and tell phpunit …
Browse files Browse the repository at this point in the history
…8 to be less strict about tests that don't assert
  • Loading branch information
defuse committed Jun 17, 2023
1 parent 91e5f54 commit b6aa6fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ matrix:
- php: "8.0"
env: USE_PSALM=1
- php: "8.1"
env: USE_PSALM=1
# psalm currently doesn't like our \[#SensitiveParameter]s
env: USE_PSALM=0
- php: "8.2"
env: USE_PSALM=1
# psalm currently doesn't like our \[#SensitiveParameter]s
env: USE_PSALM=0
dist: focal
- php: "nightly"
env: USE_PSALM=1
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit-8.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<phpunit>
<phpunit beStrictAboutTestsThatDoNotTestAnything="false">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
Expand Down

0 comments on commit b6aa6fc

Please sign in to comment.