mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team https://typo3.org/community/teams/best-practices
Find a file
dependabot[bot] 0a72e425cf
Update phpstan/phpstan requirement from ^1.9.5 to ^1.9.6 (#717)
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.9.5...1.9.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 16:11:31 +01:00
.ddev [TASK] Update PHP in DDEV to 8.1 (#561) 2022-09-07 11:54:24 +02:00
.github [TASK] Set the minimal 12LTS version to 12.1 (#702) 2022-12-26 07:06:50 +01:00
.gitlab [TASK] Set the minimal 12LTS version to 12.1 (#702) 2022-12-26 07:06:50 +01:00
Classes [CLEANUP] Use short class references in the domain model annotations (#669) 2022-11-01 21:44:37 +01:00
Configuration [BUGFIX] Fix default controls override for plugin type (#690) 2022-11-30 06:14:20 +01:00
Documentation V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support 2022-10-19 22:19:52 +02:00
Resources [TASK] Replace switchable controller actions (#575) 2022-09-27 11:53:43 +02:00
Tests [BUGFIX] Get the functional tests to work with TYPO3 >= 12.1 (#704) 2022-12-22 09:47:55 +01:00
tools [TASK] Upgrade to PHPUnit 9 (#610) 2022-10-09 06:19:32 +02:00
.editorconfig Change default rst indentation to 4 spaces (#508) 2022-08-20 13:59:53 +02:00
.eslintignore [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
.eslintrc.json [TASK] Improved ESLint config for Backend JavaScript (#476) 2022-07-08 12:43:19 +02:00
.gitattributes [TASK] Remove the ancient acceptance tests (#512) 2022-08-28 09:33:50 +02:00
.gitignore [TASK] Avoid race condition on case-insensitive filesystems (#657) 2022-10-24 18:26:02 +02:00
.php-cs-fixer.php [TASK] Migrate to typo3 coding standards (#340) 2021-11-17 16:45:49 +01:00
.phpstorm.meta.php [BUGFIX] Add hidden files to find in PHP lint (#559) 2022-09-07 11:47:31 +02:00
.prettierrc.js [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
CHANGELOG.md [TASK] Set the minimal 12LTS version to 12.1 (#702) 2022-12-26 07:06:50 +01:00
CODE_OF_CONDUCT.md [TASK] Switch to the TYPO3 Code of Conduct (#430) 2022-04-14 18:11:50 +02:00
composer.json Update phpstan/phpstan requirement from ^1.9.5 to ^1.9.6 (#717) 2023-01-03 16:11:31 +01:00
ext_emconf.php V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support 2022-10-19 22:19:52 +02:00
ext_localconf.php [TASK] Replace switchable controller actions (#575) 2022-09-27 11:53:43 +02:00
ext_tables.sql [CLEANUP] Autoformat all files (#175) 2020-12-01 23:12:34 +01:00
LICENSE [TASK] Change from GPL V3+ to GPL V2+ (#40) 2019-08-08 12:38:56 +02:00
package.json Update eslint-config-prettier requirement from ^8.5.0 to ^8.6.0 (#716) 2023-01-03 08:25:56 +01:00
phive.xml [TASK] Upgrade to PHPUnit 9 (#610) 2022-10-09 06:19:32 +02:00
phpcs.xml [TASK] Remove the ancient acceptance tests (#512) 2022-08-28 09:33:50 +02:00
phpstan-baseline.neon [BUGFIX] Do not overwrite type annotations from parent classes (#480) 2022-07-13 18:21:01 +02:00
phpstan.neon [TASK] Remove the ancient acceptance tests (#512) 2022-08-28 09:33:50 +02:00
README.md [FEATURE] Allow installations on TYPO3 12 (#652) 2022-10-19 09:06:36 +02:00
stylelint.config.js [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00

Example TYPO3 extension for code quality checks and automated tests

TYPO3 V12 TYPO3 V11 License Total downloads GitHub CI status GitLab CI status Coverage Status

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.

URL
Repository: https://github.com/TYPO3-Documentation/tea
Read online: https://docs.typo3.org/p/ttn/tea/main/en-us/
TER: https://extensions.typo3.org/extension/tea/
Slack: https://typo3.slack.com/channels/qa-best-practices

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.

Slides

cover slide

Video recording

video still