mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:16:13 +01:00
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
# Tea example
|
|
|
|
[![Flattr this git repo](https://button.flattr.com/flattr-badge-large.png)](https://flattr.com/submit/auto?fid=45y2xw&url=https%3A%2F%2Fgithub.com%2Foliverklee%2Fext_tea)
|
|
|
|
This TYPO3 extension is an example for writing unit tests for extbase
|
|
extensions for TYPO3 CMS using PHPUnit.
|
|
|
|
The functional tests for the Repositories provide an example of creating
|
|
records both using the PHPUnit extension testing framework and DBUnit.
|
|
|
|
The functional test for the Utility/FileUtility class provides examples
|
|
for working with [vfsStream](https://github.com/mikey179/vfsStream/).
|
|
|
|
For information on the different ways to execute the tests, please have a look
|
|
at the [handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader).
|
|
|
|
|
|
## 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 with TYPO3 CMS
|
|
* [TDD Seed](https://github.com/oliverklee/tdd-seed)
|
|
for starting PHPUnit projects with Composer (without TYPO3 CMS)
|