Skip to content

Commit 62453ef

Browse files
sfroemkenjwdkd-kaehm
authored andcommitted
[TASK] Update test extension path in IntegrationTestBase
* Adjust path from `typo3conf/ext/solr` to `apache-solr-for-typo3/solr` in `$testExtensionsToLoad`
1 parent 14e53e0 commit 62453ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Integration/IntegrationTestBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract class IntegrationTestBase extends FunctionalTestCase
8080
];
8181

8282
protected array $testExtensionsToLoad = [
83-
'typo3conf/ext/solr',
83+
'apache-solr-for-typo3/solr',
8484
];
8585

8686
protected array $testSolrCores = [

0 commit comments

Comments
 (0)