https://github.com/oliverklee-de/coffee
Coffee unit testing example
https://github.com/oliverklee-de/coffee
phpunit tdd
Last synced: 12 days ago
JSON representation
Coffee unit testing example
- Host: GitHub
- URL: https://github.com/oliverklee-de/coffee
- Owner: oliverklee-de
- License: gpl-2.0
- Created: 2015-06-14T09:50:31.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T13:22:21.000Z (15 days ago)
- Last Synced: 2026-01-13T21:21:14.875Z (14 days ago)
- Topics: phpunit, tdd
- Language: PHP
- Homepage: https://github.com/oliverklee/tdd-reader
- Size: 920 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Coffee example
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](https://www.oliverklee.de/workshops/)
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)
## Other example projects
* [Tea example](https://github.com/TYPO3-Documentation/tea/)
for unit tests for Extbase extensions for TYPO3
* [Anagram finder](https://github.com/oliverklee/anagram-finder)
is the finished result of a code kata for TDD
* [Dungeon of bugs](https://github.com/oliverklee/dungeon-of-bugs)
is the starting point of a more advanced exercise for TDD