List of criteria for checking extensions for best practices (focus on testing) / results #806
Replies: 3 comments 3 replies
-
Concerning PHPStan:
Citing from https://github.com/FriendsOfTYPO3/phpstan-typo3#faq
|
Beta Was this translation helpful? Give feedback.
-
I double-checked some values above and corrected it. This concerns mostly:
|
Beta Was this translation helpful? Give feedback.
-
Small addition to my schema extension (just to be accurate): |
Beta Was this translation helpful? Give feedback.
-
As talked about with @oliverklee I would like to share my results so far, analyzing top 20 extensions and looking for commonly used best practices and differences in test setup.
List of criteria
general
...
additional details
Selection of extensions
web-dir
,vendor-dir
,bin-dir
incomposer.json
across extensions, documentation, etc #802)Results of analysis
Extensions:
Which (testing, check) tools are installed (require-dev):
additional (helper packages) phpstan:
additional (helper packages) codeception
additional (helper packages) phpunit / testing-framework:
peculiarities / detected problems
composer install
(conflicts)Beta Was this translation helpful? Give feedback.
All reactions