m6web/elasticsearch-mock

This package is abandoned and no longer maintained. No replacement package was suggested.

Library providing a PHP mock for Elasticsearch-php

v5.0.0 2017-01-30 09:50 UTC

This package is auto-updated.

Last update: 2022-04-12 15:56:26 UTC


README

This PHP 5.4+ library provides a Elasticsearch-php mock for your tests.

Installation

Add this line in your composer.json :

{
    "require-dev": {
        "m6web/elasticsearch-mock": "dev-master"
    }
}

Update your vendors :

$ composer update m6web/elasticsearch-mock

Running the tests

$ php composer.phar install
$ ./vendor/bin/atoum -d tests

Credits

Developped by M6 Web.
Tested with atoum.

License

ElasticsearchMock is licensed under the MIT license.