mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team
https://typo3.org/community/teams/best-practices
dec404a5f0
Missing @return void annotation in phpdoc block of test methods lead to php codesniffer (phpcs) errors when using the TYPO3 CMS coding guidelines: This function must always have a return value. (TYPO3SniffPool.Scope.AlwaysReturn.AlwaysReturnStatement) I suggest to add @return void annotations. Do you agree? |
||
---|---|---|
Classes | ||
Configuration | ||
Resources | ||
Tests/Unit | ||
.gitignore | ||
ext_emconf.php | ||
ext_icon.gif | ||
ext_localconf.php | ||
ext_tables.php | ||
ext_tables.sql | ||
ExtensionBuilder.json | ||
LICENSE | ||
README.md |
Tea example
This extension serves as an example on how to unit-test different data types and relation types in TYPO3 extensions.