-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make tests compatible with newer phpunit versions #7727
base: master
Are you sure you want to change the base?
Conversation
Can someone give me the best way to fix this. Not by changing the variable name for sure 😄 |
Why should the variable name need to contain a |
Nope, because as you can see One solution is that I can put an array map to re-format the key name |
This comment was marked as resolved.
This comment was marked as resolved.
76b7e67
to
7298a44
Compare
Weird CI failures, new commits broke something or is it my diff ? |
Not sure, but probably the PHPUnit workflow should be updated too so it can use I installed |
Oh snap, let's revert that part. I only need the PHP diff anyway |
7298a44
to
1a1b239
Compare
I dropped the last commit, it should help |
@williamdes can you fix the conflicts? And also you should also add |
1a1b239
to
d72ba35
Compare
fa38ec4
to
5ad901f
Compare
I did some ajustements as I am quite sure the ignore should not have been used for all versions and this way. |
Run local php vendor/bin/phpcbf for fix phpcs |
Unrelated, see CI log
Probably some issue with the php version installed Edit: pushed a fix, maybe it will work |
Description:
Review