libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
565 stars 118 forks source link

[PATCH] Do not throw an error if extension memcached is missing #4

Closed avdg closed 13 years ago

avdg commented 13 years ago

Refactor the testcases a bit so we no longer use a testcase that only tests if the extension memcached is loaded. Depending testcases are now using markTestSkipped, so these tests are still skipped when the extension is missing.

chobie commented 13 years ago

Hi Anthony,

thank you for your pull request. i would like to refactor unit test.

Cheers, Shuhei