mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team
https://typo3.org/community/teams/best-practices
bd16a2a531
* set the version to 0.0.1 * set the state to experimental * add a dependency on PHPUnit |
||
---|---|---|
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 TYPO3 extension is an example for writing unit tests for extbase extensions for TYPO3 CMS using PHPUnit.
About me (Oliver Klee)
I am the maintainer of the PHPUnit TYPO3 extension, which is available in the TYPO3 extension repository (TER).
You can book me for workshops at your company.
I also frequently give workshops at the TYPO3 Developer Days.
More Documentation
Other example projects
- Selenium demo for using Selenium with PHPUnit
- Anagram finder is the finished result of a code kata for TDD
- Coffee example is my starting point for demonstrating TDD