cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Make the Connection and Fixtures objects implements the needed interfaces #66

Closed HavokInspiration closed 9 years ago

HavokInspiration commented 9 years ago

Now that interfaces were extracted for Connection and Fixtures objects, the ElasticSearch Connection and Fixtures objects should implements them.

markstory commented 9 years ago

Looks good, I can fix the remaining two tests tonight.