Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverklee/coffee
Coffee unit testing example
https://github.com/oliverklee/coffee
Last synced: 4 months 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T11:14:39.000Z (9 months ago)
- Last Synced: 2024-05-01T22:06:45.308Z (9 months ago)
- Language: PHP
- Homepage: https://github.com/oliverklee/tdd-reader
- Size: 565 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
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