Skip to content

Commit

Permalink
Added DATABASE_URL env in solr integration phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 13, 2023
1 parent 2993d3d commit 2320f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit-integration-legacy-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<ini name="error_reporting" value="-1" />
<env name="KERNEL_CLASS" value="Ibexa\Contracts\Solr\Test\IbexaSolrTestKernel"/>
<env name="SEARCH_ENGINE" value="solr"/>
<env name="DATABASE_URL" value="sqlite://:memory:" />
</php>
<testsuites>
<!-- Search service is used all over the place, so we must run entire integration test suite -->
Expand Down

0 comments on commit 2320f67

Please sign in to comment.