Nobody/Anonymous
-
2009-02-12
This is a patch to prevent SimpleTest Code Coverage from opening non-existent files during the coverage report, which can cause the errorhandling to run mad.
the only case i know of where this is happening is when you have code inside an eval() that gets executed during your tests.