Skip to content

Commit

Permalink
Merge pull request #1775 from nextcloud/backport/1747/stable28
Browse files Browse the repository at this point in the history
[stable28] Bump psalm to level 3
  • Loading branch information
nickvergessen authored Jan 8, 2024
2 parents b2998c3 + 6942787 commit 6f1441d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 50 deletions.
1 change: 0 additions & 1 deletion tests/Integration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"require-dev": {
"behat/behat": "^3.12",
"guzzlehttp/guzzle": "^7.5",
"jarnaiz/behat-junit-formatter": "^1.3",
"phpunit/phpunit": "^9.6"
}
}
45 changes: 1 addition & 44 deletions tests/Integration/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions tests/Integration/config/behat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
default:
formatters:
junit:
output_path: '%paths.base%/../output'
pretty:
output_styles:
comment: [ 'bright-blue' ]
autoload:
'': '%paths.base%/../features/bootstrap'
suites:
Expand All @@ -7,8 +13,3 @@ default:
- '%paths.base%/../features'
contexts:
- FeatureContext

extensions:
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: '%paths.base%/../output/'

0 comments on commit 6f1441d

Please sign in to comment.