Raoul
(Manu34)
1
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

qiang
(Qiang Xue)
2
We also occasionally see this error in travis. Perhaps this should be reported to codecept?
Raoul
(Manu34)
3
done…(the bug was already reported 2 years ago).

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