apache-solr-for-typo3 / solrfluidgrouping
Apache Solr for TYPO3
Fund package maintenance!
www.typo3-solr.com
Installs: 57 678
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 8
Type:typo3-cms-extension
Requires
- php: ^7.4.0 || ^8.0
- apache-solr-for-typo3/solr: ^11.5.0 <12.0.0
- typo3/cms-core: ^11.5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: >= 3.0.0
- phpspec/prophecy-phpunit: *
- sclable/xml-lint: *
- typo3/coding-standards: >=0.5.0
- typo3/testing-framework: ^6.12
This package is auto-updated.
Last update: 2024-10-26 13:11:22 UTC
README
About
This addon provides grouping for the fluid templating in EXT:solr.
Caution: solrfluidgrouping is part of solr 12+, so there will be no release for TYPO3 12.
How to run the UnitTests
First you need to set some environment variables and boostrap the system with the bootstrap script (you only need to do this once), the bootstrapper will ask you for some variables (TYPO3 version, EXT:solr version, db host, db user and db passwort) that are needed for the integration tests:
chmod u+x ./Build/Test/*.sh source ./Build/Test/bootstrap.sh --local
Now you can run the complete test suite:
./Build/Test/cibuild.sh