thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

Deb packaging #32

Closed thepaul closed 13 years ago

thepaul commented 13 years ago

It looks like this works. I modified the test_columnfamily.php file so that it would load from "phpcassa/connection.php" and so on, and it ran. I'm not 100% sure that everything is right, since some of the tests failed, but at least it was talking to Cassandra and getting most of the right answers back.

thobbs commented 13 years ago

The tests that failed were likely ones that depend on OPP. The tests aren't properly skipped yet if RP is being used.