Manual:PHP unit testing/Oracle
Appearance
« Unit testing
PHPUnit testing
PHPUnit testing
Contents
- Running the tests
- Generate code coverage
- Writing testable PHP code
- Writing tests
- Continuous integration
- Understanding build failures
- Appendix
(how to help, resources..)
Tools
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. |
Status
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.
Tested against Oracle 11g SE.
Tips for developers
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 .