oliverklee / coffee
Example extension workshops on TDD with PHPUnit
1.0.0
2017-05-11 20:36 UTC
Requires
- typo3/cms: ^7.6.0
Requires (Dev)
- mikey179/vfsstream: ^1.4
- namelesscoder/typo3-repository-client: ^1.2
- nimut/testing-framework: ^1.0
- phpunit/phpunit: ^4.7 || ^5.0
- typo3-ter/phpunit: *
Replaces
- coffee: 1.0.0
- typo3-ter/coffee: 1.0.0
This package is auto-updated.
Last update: 2026-03-16 11:32:38 UTC
README
This is the example project used for demonstrating test-driven development (TDD) with PHPUnit in Oliver Klee's workshops.
About me (Oliver Klee)
I am a TYPO3 developer and workshop teacher.
You can book me for workshops at your company.
I also frequently give workshops at the TYPO3 Developer Days.
More Documentation
Other example projects
- Tea example for unit tests for Extbase extensions for TYPO3
- Anagram finder is the finished result of a code kata for TDD
- Dungeon of bugs is the starting point of a more advanced exercise for TDD