justliam / wordpress-backup-to-dropbox

A plugin for WordPress that automatically uploads your blogs files and a SQL dump of its database to Dropbox. Giving you piece of mind that your entire blog including its precious posts, images and metadata regularly backed up.
http://wpb2d.com
108 stars 21 forks source link

Got test suite running with Composer autoloader #91

Closed joemaller closed 11 years ago

joemaller commented 11 years ago

Had trouble manually getting the test dependencies in the right places, so I configured the test suite to optionally use Composer's autoloader for Mockery (and PHPUnit).

Regarding the tests, running the suite I got this result:

Tests: 45, Assertions: 211, Errors: 10.

I might go through and patch some of the simple ones, is this result consistent with what you're seeing?

michaeldewildt commented 11 years ago

Let me have a look. Tests should be passing. Some of them need some TLC tho :-(