Codeception : Not A Valid Stream Resource

Hi,

When I run all unit tests of my webapp (codecept.bat run unit), an exception is thrown :


 

 [yii\base\ErrorException]

  fwrite(): 273 is not a valid stream resource



Just for info, when I run each single unit test, there is no problem. I’m running on Windows 7 + WampServer + PHP 5.4.12.

Any idea is very welcome.

ciao

8)

We also occasionally see this error in travis. Perhaps this should be reported to codecept?

done…(the bug was already reported 2 years ago).

8)

ok, so I disabled the codeception logger logger (monolog) and it seems (up to now) to have solved the problem.

8)