-
- Downloads
Functional tests (#166)
* Moved all tests to Unit folder * updated travis to install elasticsearch * updated composer to install elasticsearch * updated namespace in unit tests * added funtional tests * fix match all query composing When there are no parameters it has to return \stdClass. (cherry picked from commit 5970e92) * updated unit test for match all query * constants can only have underscore dash * fixed psr style issues * updated travis * exclude not compatible versions
Showing
- .travis.yml 21 additions, 1 deletion.travis.yml
- composer.json 2 additions, 1 deletioncomposer.json
- src/Query/MatchAllQuery.php 2 additions, 1 deletionsrc/Query/MatchAllQuery.php
- tests/Functional/AbstractElasticsearchTestCase.php 152 additions, 0 deletionstests/Functional/AbstractElasticsearchTestCase.php
- tests/Functional/Query/MatchAllQueryTest.php 51 additions, 0 deletionstests/Functional/Query/MatchAllQueryTest.php
- tests/Unit/Aggregation/CardinalityAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/CardinalityAggregationTest.php
- tests/Unit/Aggregation/ChildrenAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/ChildrenAggregationTest.php
- tests/Unit/Aggregation/DateHistogramAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/DateHistogramAggregationTest.php
- tests/Unit/Aggregation/DateRangeAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/DateRangeAggregationTest.php
- tests/Unit/Aggregation/FilterAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/FilterAggregationTest.php
- tests/Unit/Aggregation/FiltersAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/FiltersAggregationTest.php
- tests/Unit/Aggregation/GeoBoundsAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/GeoBoundsAggregationTest.php
- tests/Unit/Aggregation/GeoCentroidAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/GeoCentroidAggregationTest.php
- tests/Unit/Aggregation/GeoDistanceAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/GeoDistanceAggregationTest.php
- tests/Unit/Aggregation/GeoHashGridAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/GeoHashGridAggregationTest.php
- tests/Unit/Aggregation/GlobalAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/GlobalAggregationTest.php
- tests/Unit/Aggregation/Ipv4RangeAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/Ipv4RangeAggregationTest.php
- tests/Unit/Aggregation/MissingAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/MissingAggregationTest.php
- tests/Unit/Aggregation/NestedAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/NestedAggregationTest.php
- tests/Unit/Aggregation/PercentileRanksAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/PercentileRanksAggregationTest.php
Loading
Please register or sign in to comment