Anton Komarev
Anton Komarev
@aschempp there is one more possible option, to make Guest user a separate class, which implements Userinterface too. But it may require a lot of changes in legacy systems.
@DarAzizi PR is welcomed. I don't have enough time to dive deep into it for now.
@insign something I want to do someday
But maybe it's enough to call, need to try: ```shell GOOS=linux GOARCH=arm64 make build ```
Found a workaround using lifecycle hooks: ```php return [ 'outputDirectory' => './tests/allure-results', 'lifecycleHooks' => [ new class implements BeforeTestStartHookInterface, BeforeContainerStartHookInterface { public function beforeContainerStart( ContainerResult $container, ): void { if...
I agree with @SpencerMalone And if we doesn't introduce any backward incompatible changes, we just may increase minor version. New interface is backward compatible, and it's too small for the...