File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file based on the
11
11
### Added
12
12
- Elastica\QueryBuilder\DSL\Query::geo_distance
13
13
- Elastica\Aggregation\GeoCentroid [ #1150 ] ( https://github.com/ruflin/Elastica/pull/1150 )
14
+ - Elastica\Client::getVersion [ #1152 ] ( https://github.com/ruflin/Elastica/pull/1152 )
14
15
15
16
### Improvements
16
17
- Set PHP 7.0 as default development version
Original file line number Diff line number Diff line change @@ -23,6 +23,15 @@ public function testConstruct()
23
23
$ this ->assertCount (1 , $ client ->getConnections ());
24
24
}
25
25
26
+ /**
27
+ * @group functional
28
+ */
29
+ public function testGetVersion ()
30
+ {
31
+ $ client = $ this ->_getClient ();
32
+ $ this ->assertNotEmpty ($ client ->getVersion ());
33
+ }
34
+
26
35
/**
27
36
* @group functional
28
37
*/
You can’t perform that action at this time.
0 commit comments