Skip to content

Commit

Permalink
Renamed IbexaTestKernel for solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 9, 2023
1 parent 07d16be commit 9d81e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit-integration-legacy-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<env name="CORES_SETUP" value="dedicated" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/>
<ini name="error_reporting" value="-1" />
<env name="KERNEL_CLASS" value="Ibexa\Tests\Integration\Solr\IbexaTestKernel"/>
<env name="KERNEL_CLASS" value="Ibexa\Contracts\Solr\Test\IbexaSolrTestKernel"/>
<env name="SEARCH_ENGINE" value="solr"/>
</php>
<testsuites>
Expand Down

0 comments on commit 9d81e4a

Please sign in to comment.