Well today I was playing with continous integration jenkins method, and I have this error at some point. First I was thinking that I miss some files from repositories however, from what I see it was missing DbUnit.
So to install it just run
pear -d preferred_state=beta install phpunit/DbUnit
Regards