Dieter Beck

Results 66 comments of Dieter Beck

@TavoNiievez https://github.com/Codeception/module-rest/pull/113 should fix the tests. It would be great if you could also merge https://github.com/Codeception/module-rest/pull/109 and tag a new release as proposed in https://github.com/Codeception/module-rest/issues/112

Making the annotations package optional is a BC break because packages which use Doctrine annotations for configuration would need to install `doctrine/annotations` explicitly. In `jms/serializer` a similar change was released...

@Eseperio Is the "extends" keyword documented somewhere? Internally, Codeception uses [`symfony/yaml`](https://symfony.com/doc/current/components/yaml.html) to parse yaml config files. I'm not sure if "extends" is something which is supported by the current parsing...

I stumbled over the same behaviour. I'm using `doctrine/orm:3.3.1` and `doctrine/dbal:4.2.1`

Fixed by https://github.com/spipu/html2pdf/pull/806 @milan-ghevariya Can you close this issue if this is correct?

FYI Monolog bundle v4 has been released: https://github.com/symfony/monolog-bundle/releases/tag/v4.0.0

Support for symfony 8 has already been added to the `main` branch. You can try it out by using `"codeception/codeception": "dev-master as 5.3.3"` in the `"require"` section of your `composer.json`.

@TavoNiievez Do you know the idea behind using `"codeception/module-asserts": "*@dev"` in the "require-dev" section?

> The branch let the test tests/cli/BuildCest.php:buildsActionsForAClass fail. It turns out that my assumption was not correct. The failing tests are caused by `codeception/lib-asserts:3` and will be fixed in https://github.com/Codeception/Codeception/pull/6899...