ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

Composer: add phpunit/phpunit as dependency

Open klees opened this issue 10 months ago • 6 comments

This PR adds phpunit/phpunit as composer dependency.

Usage:

  • We use it to run unit tests.
  • ILIAS/Component uses its mocking framework to analyze component definitions during build phase.

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

klees avatar Apr 25 '24 10:04 klees