derMatze82

Results 3 comments of derMatze82

I can confirm this behaviour with Typo3 12.4 and `enforceValidation` configuration set to `true`. Excluding the `_` parameter with `$exclusions[] = '_';` in `Classes/System/Configuration/ExtensionConfiguration.php` does the trick

@dkd-kaehm sorry I can't get the integration tests running locally: ``` PHPUnit 10.5.20 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.6 with PCOV 1.0.11 Configuration: /home/Development/ext-solr_4026/Build/Test/IntegrationTests.xml ``` ``` 1) ApacheSolrForTypo3\Solr\Tests\Integration\IndexQueue\Initializer\PageTest::initializerIsFillingQueueWithMountPages...

@dkd-kaehm Sure! https://github.com/TYPO3-Solr/ext-solr/pull/4029