Unit Testing
From OXIDwiki
OXID eShop is one of the most thoroughly tested PHP applications out there. More than 90% of its code is covered by Unit Tests. Don't stand in awe, instead grab the Unit Tests which will be part of each new OXID eShop release from version 4.3.0 onwards and use them to develop bullet-proof OXID extensions yourself. You'll see, testing is fun, because it saves developers and end users from harm.
Contents |
Download
Since OXID eShop Community Edition 4.3.0, stable Unit Tests ship with each release package or you can check them out from SVN.
Stable
Stable releases of the Unit Tests are available on the respective download pages for OXID eShop.
Development version (trunk)
Get the source code of the latest development version of the Unit Tests from our public SVN.
Usage
If you'd like to use our Unit Tests, e.g. to test an extension against them, then you can learn more in the tutorial on testing modules and getting them certified.
Quality Reports
The OXID eShop Quality Assurance team regularly publishes the. This report measures the software code quality of OXID eShop.


