server/src/tests/Controllers/DateStatsControllerTest.php
changeset 377 52169c718513
parent 375 145561ff51ff
child 387 7fba86fa8604
--- a/server/src/tests/Controllers/DateStatsControllerTest.php	Thu Oct 20 15:09:31 2016 +0200
+++ b/server/src/tests/Controllers/DateStatsControllerTest.php	Thu Oct 20 17:27:36 2016 +0200
@@ -8,13 +8,11 @@
 
 class DateStatsControllerTest extends TestCase
 {
-    private $sparqlClient;
-
     const ES_QUERY = [
         'index' => 'corpus',
         'body' => [
             "size" => 0,
-            "query" => [ "match_all" => []],
+            "query" => [ "match_all" => [] ],
             "aggs" => [
                 "datestats" => [
                     "nested"=> [