Manual:PHP 単体テスト/Oracle
Appearance
Contents
- テストの実行
- コード カバレッジの生成
- Writing testable PHP code
- テストの作成
- 継続的インテグレーション
- Understanding build failures
- 付録
(how to help, resources..)
ツール
このページは廃止されました。アーカイブ (過去ログ) 目的で保持されています。 廃止された/サポート対象外となった機能について説明している場合があります。 このページの情報が最新とは限らないため、依存しないでください。 |
状態
Works with r101976 (1.19a) but is painfully slow because it recreates the schema for each test.
A workaround for this issue is to run a short Database test once (so it creates the testing schema) and then use --reuse-db
switch that will only clear the schema without recreating it.
Oracle 11g SE でテストされました。
開発者向けのヒント
No-cost eval/development version of Oracle 11g "Express" available for Windows x86 and Linux x86_64:
Installation instructions can be found at Manual:Oracle .