Skip to content

Commit

Permalink
Fixed path for KERNEL_CLASS env in solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 13, 2023
1 parent 07d16be commit 2993d3d
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 2993d3d

Please sign in to comment.