ttn / tea
TYPO3 example extension for unit testing and best practices
Installs: 13 310
Dependents: 1
Suggesters: 0
Security: 0
Stars: 75
Watchers: 15
Forks: 25
Open Issues: 105
Type:typo3-cms-extension
Requires
- php: ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- psr/http-message: ^1.0.1
- typo3/cms-core: ^11.5.4 || ^12.4
- typo3/cms-extbase: ^11.5.4 || ^12.4
- typo3/cms-fluid: ^11.5.4 || ^12.4
- typo3/cms-frontend: ^11.5.4 || ^12.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.28.3
- friendsofphp/php-cs-fixer: ^3.46.0
- helmich/typo3-typoscript-lint: ^3.1.0
- php-coveralls/php-coveralls: ^2.7.0
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.55
- phpstan/phpstan-phpunit: ^1.3.15
- phpstan/phpstan-strict-rules: ^1.5.2
- phpunit/phpunit: ^9.6.15
- saschaegerer/phpstan-typo3: ^1.9.1
- seld/jsonlint: ^1.10.1
- squizlabs/php_codesniffer: ^3.8.0
- symfony/console: ^5.4 || ^6.4
- symfony/translation: ^5.4 || ^6.4
- symfony/yaml: ^5.3.6 || ^6.2.0
- tomasvotruba/type-coverage: ^0.2.1
- typo3/cms-fluid-styled-content: ^11.5.4 || ^12.4.0
- typo3/coding-standards: ^0.6.1
- typo3/testing-framework: ^7.0.4
Conflicts
- typo3/class-alias-loader: < 1.1.0
Replaces
- typo3-ter/tea: v3.1.0
- dev-main / 4.0.x-dev
- v3.1.0
- v3.0.0
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.0
- dev-dependabot/composer/phpstan/phpstan-1.12.8
- dev-1120-add-a-command-to-create-test-data
- dev-1490-generate-docs-failed-on-macbook-pro
- dev-feature/runAllCodeFixes
- dev-TASK/Move-php-cs-fixer-to-build-dir
- dev-feature/paratest
- dev-dependabot/composer/helmich/typo3-typoscript-lint-tw-3.2.1
- dev-tests/functionalShowAction
- dev-543-addphive-section-to-docs
- dev-TASK/Move-tooling-configuration-to-config-dir
- dev-TASK/Drop-predefined-CI-support
- dev-TASK/Use-github-format-in-phpstan-ci
- dev-1160-phpstan-todo
- dev-498-editorcheck
This package is auto-updated.
Last update: 2024-11-06 22:52:04 UTC
README
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.
Feedback
We value and welcome feedback of all kinds, including discussions. Feedback can be sent via TYPO3 slack within our channel or via direct massages to the team members. We also welcome email. All the contact information is available at our typo3.org team page. Another way is to create a discussion on GitHub.
Philosophies
The following is a list of our code and technical philosophies only. https://typo3.org/community/teams/best-practices provides an overview on how we work in general.
Semantic Versioning
The project follows Semantic Versioning.
Align with TYPO3 core
We align all decisions with the TYPO3 core, whenever applicable. TYPO3 itself is a mono repository and sometimes needs to make different decisions. We document all divergences within Documentation/DivergencesToTypo3Core/.
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.