Skip to content

Commit

Permalink
fix behavior tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm committed Nov 4, 2016
1 parent ae90fc6 commit 4866abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Integration/Bootstrap/SolrSetupFeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ public function getSolrInstance()
\Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver::registerAnnotationClasses();

$this->solrClient = $this->setupSolrClient();
$factory = $this->setupCommandFactory();
$metaFactory = $this->setupMetaInformationFactory();
$entityMapper = $this->setupEntityMapper();

$solr = new Solr(
$this->solrClient,
$factory,
$this->eventDispatcher,
$metaFactory,
$entityMapper
Expand Down

0 comments on commit 4866abc

Please sign in to comment.