Manual:PHP unit testing/Appendix/ja
Contents
- テストの実行
- コード カバレッジの生成
- Writing testable PHP code
- テストの作成
- 継続的インテグレーション
- Understanding build failures
- 付録
(how to help, resources..)
ツール
How to help
- テストが利用しているシステム上で正常に実行されることを確認してください。 -- 実行されない場合は、何かが壊れているか、テストが誤った前提に基づいている可能性があり、いずれにしても修正が必要です。
- MySQL 以外のデータベース バックエンドでのテストの問題を見つけて修正してください:
- (テストの実行には SQLite が https://integration.wikimedia.org/ci/ で使用されています)
- Manual:PHP unit testing/PostgreSQL
- Manual:PHP 単体テスト/Oracle
- Manual:PHP unit testing/MS SQL Server
- テストが必要なコードを見つけて、テストを書く
関連項目
- Manual:Writing testable PHP code
- Fixing broken tests
- 継続的インテグレーション with Jenkins
- Requests for comment/Unit testing
