mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Add more links to the README
This commit is contained in:
parent
e286cfd8a2
commit
e1dfe5971f
1 changed files with 32 additions and 3 deletions
35
README.md
35
README.md
|
@ -1,4 +1,33 @@
|
|||
Tea example
|
||||
===========
|
||||
# Tea example
|
||||
|
||||
This extension serves as an example on how to unit-test different data types and relation types in TYPO3 extensions.
|
||||
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](http://typo3.org/extensions/repository/view/phpunit),
|
||||
which is available in the TYPO3 extension repository (TER).
|
||||
|
||||
You can book me for
|
||||
[workshops](https://www.oliverklee.de/workshops/workshops.html)
|
||||
at your company.
|
||||
|
||||
I also frequently give workshops at the TYPO3 Developer Days.
|
||||
|
||||
|
||||
## More Documentation
|
||||
|
||||
* [Handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader)
|
||||
* [Manual for the PHPUnit TYPO3 extension](https://docs.typo3.org/typo3cms/extensions/phpunit/)
|
||||
|
||||
|
||||
## Other example projects
|
||||
|
||||
* [Selenium demo](https://github.com/oliverklee/selenium-demo)
|
||||
for using Selenium with PHPUnit
|
||||
* [Anagram finder](https://github.com/oliverklee/anagram-finder)
|
||||
is the finished result of a code kata for TDD
|
||||
* [Coffee example](https://github.com/oliverklee/coffee)
|
||||
is my starting point for demonstrating TDD
|
||||
|
|
Loading…
Reference in a new issue