/**
  * Executed after each test. Emptys solr and checks if the index is empty
  */
 public function tearDown()
 {
     $this->cleanUpSolrServerAndAssertEmpty();
     parent::tearDown();
 }