Ah, yes, that test would need to be rewritten, but the necessary CURLFile class is only available since PHP 5.5.0. The cleanest solution would be duplicating the test logic (if (class_exists(...), or something), but it might be acceptable to just silence the test with an @ operator. I'll look into that.manu wrote:Christoph, do you know what this is?
That might be due to unsufficient permissions to create the folder tests/coverage. Please create this folder manually, and try again. If that works, it might be best to add the (empty) folder to the repo and ignore its contents only.manu wrote:phing coverage doesn't write anything.
PS:
That doesn't happen to me.manu wrote:phing all-tests seem to stop after unit-tests