https://github.com/oliverklee/coffee
Coffee unit testing example
https://github.com/oliverklee/coffee
phpunit tdd
Last synced: 22 days ago
JSON representation
Coffee unit testing example
- Host: GitHub
- URL: https://github.com/oliverklee/coffee
- Owner: oliverklee
- License: gpl-2.0
- Created: 2015-06-14T09:50:31.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T19:14:50.000Z (23 days ago)
- Last Synced: 2025-04-10T20:39:40.479Z (23 days ago)
- Topics: phpunit, tdd
- Language: PHP
- Homepage: https://github.com/oliverklee/tdd-reader
- Size: 769 KB
- Stars: 1
- Watchers: 2
- 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