mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-15 15:16:13 +01:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team
https://typo3.org/community/teams/best-practices
da693e40b7
This change raises the minimum versions for TYPO3 core packages up to 11.5.4 as minimum version, which contains needed fixes directly or through raised core package dependencies to avoid corresponding php deprecation and return type hint issues with symfony/routing during composer minimum tests with PHP8.1. Beside this, we need at least this version as core ships with QueryBuilder forward combat methods `executeQuery()` and `executeStatement()` only since this version. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72430 Additional some dev dependencies are changed to avoid conflicts with recently added core v11/v12 support (root compoer conflicts). This requires to add (temporarly) two forks as repositories until fixes are merged and released. Fixes #635 |
||
---|---|---|
.ddev | ||
.github | ||
.gitlab | ||
Classes | ||
Configuration | ||
Documentation | ||
Resources | ||
Tests | ||
tools | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.php-cs-fixer.php | ||
.phpstorm.meta.php | ||
.prettierrc.js | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
ext_emconf.php | ||
ext_localconf.php | ||
ext_tables.sql | ||
LICENSE | ||
package.json | ||
phive.xml | ||
phpcs.xml | ||
phpstan-baseline.neon | ||
phpstan.neon | ||
README.md | ||
stylelint.config.js |
Example TYPO3 extension for code quality checks and automated tests
This TYPO3 extension, based on Extbase and Fluid, is an example of best practices in automated code checks, unit/functional/acceptance testing and continuous integration.
You can also use this extension to manage your collection of delicious teas.
Presentation at the TYPO3 Online Days 2021
At the TYPO3 Online Days 2021, Oliver Klee held a session where her presented our approach for automating the code quality of extensions.