Closed HavokInspiration closed 9 years ago
I am not sure why the tests are failing but it is not likely to be these changes.
I think it is because the TestFixture from the elasticsearch plugin is not bound to the FixtureInterface and thus is missing some methods.
I'll take care of it.
Thanks @HavokInspiration
This methods are called by the FixtureManager in order to add / drop foreign key constraints to the tables. Since Elasticsearch does not use the concept of foreign key constraints, these methods are no-op
To be merged when /if the refs PR https://github.com/cakephp/cakephp/pull/7503 is merged