You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR proposes to add phpunit/phpunit (^13.0) as a composer development dependency. The dependency was already used in ILIAS 11 and below.
Description:
The PHPUnit dependency is used to run unit tests.
Reason to introduce this dependency:
The PHPUnit dependency phpunit/phpunit is the standard framework to run unit tests in PHP. It is developed by Sebastian Bergmann, well maintained with regular commits and lists about 900 million installs on packagist. As of today we consider this as the de facto standard for php Unit testing and thus would like to introduce this development dependency into the next ILIAS release.
Version: ^13.0 Licence: BSD 3 Type of dependency: composer Dev-Dependency: yes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR proposes to add phpunit/phpunit (^13.0) as a composer development dependency. The dependency was already used in ILIAS 11 and below.
Description:
The PHPUnit dependency is used to run unit tests.
Reason to introduce this dependency:
The PHPUnit dependency phpunit/phpunit is the standard framework to run unit tests in PHP. It is developed by Sebastian Bergmann, well maintained with regular commits and lists about 900 million installs on packagist. As of today we consider this as the de facto standard for php Unit testing and thus would like to introduce this development dependency into the next ILIAS release.
Version: ^13.0
Licence: BSD 3
Type of dependency: composer
Dev-Dependency: yes
Vendor information:
Packagist/NPM: https://packagist.org/packages/phpunit/phpunit
Github: https://github.com/sebastianbergmann/phpunit
Vendor Homepage: https://phpunit.de/index.html
Dep consolidation PR: #11255