libgit2 / php-git

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

Fix test for change in blob create return #68

Closed ghost closed 10 years ago

ghost commented 10 years ago

git_blob_create_frombuffer seems to have changed from returning null to returning false on failure.

Simple change for the php unit test to check for false instead of is_null