Neo4j-PHP-OGM
Neo4j-PHP-OGM copied to clipboard
new method getQuery() and new method orWhere()
Cypher at the moment
had a need to use an Or Where clause, figured I'd push back in
The Travis stuff is complaining about a mismatched exception type based on serialization with the testUnserializedNoLongerLoads()
test. Its trying to assert for HireVoice\Neo4j\Exception
but it's getting back a Everyman\Neo4j\Exception
instead.
I don't think my little modifications are causing this problem but please let me know if it is
I would expect to see new test cases covering the functionality.
Also, if you could look into the broken build, it would be appreciated. I don't have a complete set-up at this time and won't have time to look into it for a while.