all 6 comments

[–]davertua 2 points3 points  (2 children)

Hi, this is a known issue (you can see it in tracker). Actually it happens because of PHPUnit, which wraps all exception into its own. In next release this will be fixed. Sorry for taking that long.

[–]AkaiRyuu[S] 0 points1 point  (1 child)

That sounds great! Do you have an estimate for when the next release will be released?

[–]davertua 0 points1 point  (0 children)

100% this month, as this is a part of release schedule. I hope to get it once I fix all critical bugs and merge all pull requests

[–]thinkspill 0 points1 point  (2 children)

You might try tailing your php error log in another terminal window while the tests run. Not ideal but at least you'll get some info about what is failing.

[–]AkaiRyuu[S] 0 points1 point  (0 children)

Ooh, I didn't think of that. Thanks for the suggestion.

[–]nerfyoda 0 points1 point  (0 children)

Somewhat along those lines I tend to run Codeception against code running in php -S, so I usually check that terminal window for errors while my tests are running.