Skip to content

Conversation

@Kocal
Copy link
Member

@Kocal Kocal commented Aug 5, 2025

IIRC the CI was already broken before this PR

@Kocal Kocal force-pushed the symfony-8-support branch from 2f9393d to d6646c1 Compare August 5, 2025 20:18
@Kocal
Copy link
Member Author

Kocal commented Nov 17, 2025

The CI was already red before this PR btw

@dunglas
Copy link
Member

dunglas commented Nov 21, 2025

@Kocal, I added Symfony 8 compatibility in #682, but that would be great to merge your PR when it is green.

I don't know exactly why @xabbuh downgraded PHPUnit.

@Kocal Kocal force-pushed the symfony-8-support branch from b00e50c to 9ef85eb Compare November 22, 2025 08:52
}

protected function doRequest($request)
protected function doRequest(object $request): void
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kocal
Copy link
Member Author

Kocal commented Nov 22, 2025

@dunglas PR rebased, I also fixed Client::doRequest() types.
PHPStan is still failing there, but I'm not sure about what to do

"symfony/http-kernel": "^6.4 || ^7.3 || ^8.0",
"symfony/process": "^6.4 || ^7.3 || ^8.0"
"symfony/dom-crawler": "^6.4 || ^7.3 || ^8.0 || ^8.0",
"symfony/http-client": "^6.4 || ^7.0 || ^8.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only needed change in this file.

*/
class ChoiceFormFieldTest extends TestCase
{
#[DataProvider('clientFactoryProvider')]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the goal is to be compatible with PHPUnit 11+, we should also add a job using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants