mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team https://typo3.org/community/teams/best-practices
Find a file
Alexander Nitsche fc5b861bcd
[TASK] Update docs (#404)
See c2bb63bead for further details.

The README.md should mostly only cover the abstract and links.

The composer commands are the core value of this extension. List
all commands in the documentation and copy the descriptions from
the `composer.json`. This lets the global search at docs.typo3.org
find these commands.

Remove superfluous Linters page, which is integrated now in the
Running page.

Use sentence case in page titles in order to conform to the
TYPO3 documentation standards.

The ambiguous :ts: text role has been removed to
not confuse the writer with typescript and typoscript.

Add the common extension destinations to `composer.json`.
(Packagist displays them in a prominent place.)
2022-04-12 19:00:11 +02:00
.ddev [BUGFIX] Enable debugging in DDEV (#420) 2022-04-08 16:36:42 +02:00
.github/workflows Revert "[TASK] Bump the code coverage generation to TYPO3 11LTS and PHP 8.1 (#417)" 2022-04-06 19:45:56 +02:00
.gitlab [FEATURE] Enable php8.1 (#381) 2022-02-23 14:38:20 +01:00
Classes [CLEANUP] Add generics annotation to the Tea repository (#414) 2022-04-03 02:24:55 +02:00
Configuration [BUGFIX] Configure DI and avoid using ObjectManager in TYPO3 11LTS (#399) 2022-03-02 02:07:25 +01:00
Documentation [TASK] Update docs (#404) 2022-04-12 19:00:11 +02:00
Resources [TASk] Re-upgrade the XLIFF files to version 1.2 (#230) 2021-04-05 17:26:30 +02:00
Tests [BUGFIX] Use executeQuery() in functional test example (#422) 2022-04-11 14:15:43 +02:00
tools [FEATURE] Calculate code coverage (#266) 2021-10-06 16:23:35 +02:00
.editorconfig [TASK] Update docs (#404) 2022-04-12 19:00:11 +02:00
.gitattributes [TASK] Migrate to typo3 coding standards (#340) 2021-11-17 16:45:49 +01:00
.gitignore [BUGFIX] Fix some .gitignore entries (#375) 2022-02-04 15:09:17 +01:00
.php-cs-fixer.php [TASK] Migrate to typo3 coding standards (#340) 2021-11-17 16:45:49 +01:00
.phpstorm.meta.php [TASK] Switch to the core testing framework (#361) 2022-02-20 15:18:46 +01:00
CHANGELOG.md [TASK] Drop the TYPO3 V9 badge (#372) 2022-01-27 17:08:08 +01:00
CODE_OF_CONDUCT.md [TASK] Upgrade to CoC-v2 (#262) 2021-07-14 13:00:32 +02:00
codeception.yml [CLEANUP] Autoformat all files (#175) 2020-12-01 23:12:34 +01:00
composer.json [TASK] Update docs (#404) 2022-04-12 19:00:11 +02:00
ext_emconf.php [FEATURE] Enable php8.1 (#381) 2022-02-23 14:38:20 +01:00
ext_localconf.php [BUGFIX] Stop using the vendor name for plugin registration (#385) 2022-02-15 15:47:57 +01: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
phive.xml [FEATURE] Calculate code coverage (#266) 2021-10-06 16:23:35 +02:00
phpcs.xml [TASK] allow newlines for ternary operator (#338) 2021-11-12 15:25:06 +01:00
phpstan-baseline.neon [TASK] Upgrade PHPStan & friends (#357) 2021-12-25 02:39:48 +01:00
phpstan.neon [TASK] Also check Configuration/ and Tests/ with PHPStan (#308) 2021-09-22 17:53:03 +02:00
README.md [TASK] Update docs (#404) 2022-04-12 19:00:11 +02:00

Example TYPO3 extension for code quality checks and automated tests

Latest stable version Total downloads Monthly Downloads TYPO3 V10 TYPO3 V11 GitHub CI status GitLab CI status Code Coverage Badge Total downloads License Contributor Covenant

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/

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