User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Composer Change |
@richard67 try that and you will see why
I have tested this item ✅ successfully on 4f5f61c
I have tested this item ✅ successfully on 4f5f61c
@brianteeman You have noticed that both appveyor and drone are failing due to failing unit tests?
@rdeutz If that is expected because it needs the other PR, then your testing instructions should make that more clear.
Labels |
Added:
Composer Dependency Changed
PR-5.2-dev
|
@richard67 not sure what happened but when you replied to my comment you actually edited it. So it looks like I have said what you said. I have deleted it. and paste below
The composer lock updates are correct and if you try to do a composer update phpunit (as I said) then you will see why
Tests failing does not necessarily mean that the PR is wrong. It can also mean that the tests are wrong. We know that there are multiple tests that are either wrong or flakey.
I am well aware that these are failing unit tests which are failing. Thats what I was referring to.
As you can see now from Roberts ammended update the original update was correct. You just need to try it for yourself and you will see that you cannot just update phpunit without also updating a large batch of dependencies.
not sure what happened but when you replied to my comment you actually edited it.
@brianteeman No idea what happened either, but it was not by purpose.
As you can see now from Roberts ammended update the original update was correct.
I know it needs to update a bunch of them, but in the first attempt there were definitely some included which are no dependencies of PHP unit. Now after the recent 2 commits it seems to be right.
Title |
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-07-30 11:47:52 |
Closed_By | ⇒ | rdeutz |
yes
@rdeutz It seems you are updating a lot of composer dependencies, see the lock file. Can it be that you have just run a
composer update
instead of acomposer update phpunit/phpunit
?