Hi,
I'm retaking the work I started a couple of weeks ago in the Amsterdam Hackathon about improving code coverage of the Upload code. At the moment my main question is how to test all the code paths dealing with files not written to the FS because of permissions, missing dirs, etc. Is there a recommended way to do this already in the PHPUnit tests? I have checked a couple of tests and haven't found anything similar but if you can point me to one test, or let me know what's the best way to try that, I can take it from there.
Thanks in advance.
David E. Narvaez