Skip to content

Commit

Permalink
Composer: Add phpunit/phpunit as dependency ILIAS-eLearning#6733
Browse files Browse the repository at this point in the history
This PR adds `phpunit/phpunit` as composer dependency.

Usage:
* We use it to run unit tests.

Wrapped By:
* Not applicable, provides the binary and classes for test management.

Reasoning:
* Its the standard PHP testing framework.

Maintenance:
* Won't go away any time soon.

Links:
* Documentation: https://phpunit.de
  • Loading branch information
klees committed Dec 7, 2023
1 parent ab56446 commit ac10272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"ext-imagick": "*",
},
"require-dev": {
"phpunit/phpunit": "^10.5",
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit ac10272

Please sign in to comment.