Gintautas Miselis

Results 169 comments of Gintautas Miselis

@ThomasLandauer Is there anything wrong with default `+` and `x` characters that are used in `no-ansi` mode? You get them if you use `codecept run --no-ansi`. Is is to cumbersome...

Have you got `namespace Codeception\Module;` in that file?

this is autoloading issue, maybe you have to run `composer dump-autoload` for the new rule to have effect.

Have you figured it out? I'm closing this issue, because it isn't a bug report.

new methods were released as codeception/module-rest 3.2.0

It probably should, but they diverged long time ago and the differences are enormous now. Personally I have never used dry-run.

As far as I know implementation of runInSeparateProcess is complicated. Previous issues: #3568 #5414 #6060

Modules that are used in the tests of codeception/codeception must have version constraint of "codeception/codeception" set to "*@dev" or codeception/codeception won't be able to install them in branch builds. https://github.com/Codeception/Codeception/runs/1504318795?check_suite_focus=true...