oliverklee / coffee
使用PHPUnit的TDD(测试驱动开发)示例扩展研讨会
1.0.0
2017-05-11 20:36 UTC
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-09-20 14:18:46 UTC
README
这是Oliver Klee的研讨会中用于展示使用PHPUnit进行测试驱动开发(TDD)的示例项目。
关于我(Oliver Klee)
我是一个TYPO3开发者和研讨会讲师。
您可以在您的公司预订我的 研讨会。
我还经常在TYPO3开发者日上举办研讨会。
更多文档
其他示例项目
- Tea示例 - 用于TYPO3 Extbase扩展的单元测试
- Anagram finder 是一个TDD代码卡片的最终成果
- Dungeon of bugs 是一个更高级TDD练习的起点