Dieter Beck

Results 29 issues of Dieter Beck

Fixes https://github.com/Codeception/Codeception/issues/6726 The current implementation of the `#[Examples]` attribute differs from what is documented at https://codeception.com/docs/AdvancedUsage#Examples-Attribute (reported in https://github.com/Codeception/codeception.github.com/pull/870). Futhermore, it is currently not possible to use a single `#[Examples]`...

Symfony 8 is going to be released at the end of November. According to https://github.com/symfony/symfony/blob/8.0/UPGRADE-8.0.md `symfony/css-selector` is not affected by any BC breaking changes. I ran the test suite locally...

Using the xml format is deprecated in symfony 7.4 (see https://symfony.com/blog/new-in-symfony-7-4-deprecated-xml-configuration). I used https://github.com/GromNaN/symfony-config-xml-to-php/ to convert the xml files.

https://github.com/Codeception/Codeception/actions/runs/18251215789/job/51965836735 reveals that the branch https://github.com/Codeception/module-asserts/tree/cleanup is installed when running the CI of Codeception: ``` - Locking codeception/module-asserts (dev-cleanup fa054e7) ``` That's obviously because of the following version constraint in...

Closes #2419 Based on https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2420 Reference: https://symfony.com/blog/new-in-symfony-7-4-deprecated-xml-configuration I used https://github.com/GromNaN/symfony-config-xml-to-php/ to covert the xml config to php config.

Symfony 7.4 added mime type mapping for soap (see https://github.com/symfony/symfony/pull/61267). This PR makes the MimeTypeListenerTest more robust by not expecting `null` explicitly but to check that the mime type was...

> Since symfony/dependency-injection 7.4: XML configuration format is deprecated, use YAML or PHP instead. See https://symfony.com/blog/new-in-symfony-7-4-deprecated-xml-configuration