Lines Matching refs:tests

39 * Removed `CallbackStrategyTestHelper` and `ErrorsCollector` from `tests` [#2111](https://github.com/ruflin/Elastica/pull/2111)
133 * Removed Elasticsearch old version checks in tests by @deguif [#2041](https://github.com/ruflin/Elastica/pull/2041)
219 * Run unit tests on github action [#1882](https://github.com/ruflin/Elastica/pull/1882)
220 * Run functional tests on github action [#1885](https://github.com/ruflin/Elastica/pull/1885)
284 * Refactored code structure: use `src/` and `tests/` folders [#1755](https://github.com/ruflin/Elastica/pull/1755)
335 * Launched tests with PHP 7.4 [#1704](https://github.com/ruflin/Elastica/pull/1704)
336 * Launched local tests with PHP 7.2 by default [#1725](https://github.com/ruflin/Elastica/pull/1725)
379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
442 * `Aggreation\Percentiles` updated to a newer version of the Algorithm (T-Digest 3.2) and Percentiles results changed a bit Have a [look at here](https://github.com/elastic/elasticsearch/pull/28305), so updated tests in order not to fail. [#1531]([#1352](https://github.com/ruflin/Elastica/pull/1531))
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
693 - Removing all deprecated filters including tests. Use queries instead.
698 - Add new "Percolate query" functionality and tests
747 - Implemented painless as default scripting language in tests
762 - Composer installations will no longer include tests and other development files.
925 - Remove ansible scripts for tests setup and Vagrantfile as not needed anymore.
969 - Avoid environment dependecies in tests [#938](https://github.com/ruflin/Elastica/pull/938)
1007 - Local dev environment was refactored to fully work in docker environment. Running tests is now only one command: `make tests` [#901](https://github.com/ruflin/Elastica/pull/901)
1047 - Introduce PHP7 compatibility and tests. [#837](https://github.com/ruflin/Elastica/pull/837)
1053 - Make host for all tests dynamic to prepare it for a more dynamic test environment [#846](https://github.com/ruflin/Elastica/pull/846)
1057 - Introduction of benchmark test group to make it easy to run benchmark tests.
1117 - Reset PHP 5.3 tests and enable compatibility for PHP 5.3 again
1275 - Update travis to elasticsearch 1.2.1, disable Thrift plugin as not compatible and fix incompatible tests
1300 - Set processIsolation and backupGlobals to false to speed up tests. processIsolation was very slow with phpunit 4.0.19.
1328 - Consolidate Index getMapping tests [#591](https://github.com/ruflin/Elastica/issues/591/)
1432 - Adjust tests to account for changes in ES 1.0.0.RC1
1489 - Fix the manner in which suggestion results are returned in \Elastica\ResultSet and adjust associated tests to account for the fix.
1735 - All tests were rewritten for new syntax.
1736 - All tests where moved in Elastica\Test namespace
1737 - All tests now inherit from Elastica\Test\Base
1844 - Elastica_Percolator added. See tests for more details
1926 - Refactoring Queries and Filters to use Elastica_Param. Adding tests