TYPO3BestPractices / tea

Example extension for unit testing and best practices.
https://typo3.org/community/teams/best-practices
GNU General Public License v2.0
78 stars 26 forks source link

Write functional tests for the controllers #1482

Open oliverklee opened 1 month ago

oliverklee commented 1 month ago

Goal

We’d like to have functional tests for the controllers so we know they work correctly without relying on the implementation details too much. (We have a consensus in the team on this.)

Acceptance Criteria

oliverklee commented 1 month ago

@andreaswolf As you had brought up that you find functional tests for controllers important, would you be willing to step up and do the work of creating the PRs? This would help speed things up tremendously.