Skip to content

Commit

Permalink
Be more verbose in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 21, 2024
1 parent 293a6fd commit c026136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"license": ["AGPL-3.0-or-later"],
"scripts": {
"tests": [
"phpunit -c phpunit.xml --no-output",
"phpunit -c phpunit.xml --testdox --no-progress --colors=never",
"phpstan analyse --memory-limit 512M --no-ansi -cphpstan.neon --error-format=github --no-progress",
"phpcs --no-colors --standard=style/Nadybot/ruleset.xml -q src"
"phpcs --no-colors --standard=style/Nadybot/ruleset.xml src"
]
}
}

0 comments on commit c026136

Please sign in to comment.