oliverklee / coffee
Example extension workshops on TDD with PHPUnit
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
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: 2024-11-06 22:52:03 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