m6web / elasticsearch-mock
Library providing a PHP mock for Elasticsearch-php
Installs: 51 892
Dependents: 3
Suggesters: 0
Security: 0
Stars: 9
Watchers: 46
Forks: 2
pkg:composer/m6web/elasticsearch-mock
Requires
- php: >=7.0
- elasticsearch/elasticsearch: ^5.0
Requires (Dev)
- atoum/atoum: ^2.8
- m6web/coke: ~1.2
- m6web/symfony2-coding-standard: ~1.1
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.