Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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