IBX-11766: Removed prod phpunit dependency#184
Conversation
5cacdf4 to
d3ba6d1
Compare
d3ba6d1 to
7dd064b
Compare
…turnMap instead of deprecated and removed TestCase::returnValueMap
7dd064b to
8404954
Compare
|
Hi! Maybe you've checked this already, but the reason phpunit was in the require section is that the Behat tests sometimes use PHPUnit assertions: so PHPUnit has to be installed on the project level when Behat tests are run. Might be good to run regressions to verify before merging this - if they're green it will be ok 👍 |
@mnocon By running regressions, do you mean some more/additional tests which are not triggered by CI jobs? Could you shortly introduce me to that topic please? |
|
By running regressions I mean running the whole test suite (not only the checks defined in the given repo), usually run by the QA by preparing a PR similar to this one: ibexa/commerce#1813 They'll help you with that once you're ready 😄 |
…sert equivalents
|



Caution
Related PRs:
#183
Description:
The main goal is to unblock updating of phpunit/phpunit in ibexa/* dev dependencies to a version higher than 10. Currently, this package narrows it down to max version 10.
This PR moves phpunit to dev dependencies.
For QA:
Documentation: