Skip to content

Commit

Permalink
Explicitely run the test and lint commands with their configuration f…
Browse files Browse the repository at this point in the history
…ile parameters
  • Loading branch information
coenjacobs committed Sep 8, 2024
1 parent 22f6285 commit fb9f34d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
],
"test:lint": [
"composer validate",
"./vendor/bin/phpcs"
"./vendor/bin/phpcs --standard=phpcs.xml.dist"
],
"test:phpunit": [
"./vendor/bin/phpunit"
"./vendor/bin/phpunit -c phpunit.xml"
],
"test:phpstan": [
"./vendor/bin/phpstan --memory-limit=2G"
"./vendor/bin/phpstan analyse -c phpstan.neon.dist --memory-limit=2G"
]
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit fb9f34d

Please sign in to comment.