.. | ||
unit | ||
additional_abstract.php | ||
additional.inc.php | ||
d3EmptyTestCase.php | ||
d3modcfg_config.php | ||
phpunit.xml | ||
README.md |
D3 Modcfg Tests
Requirements
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
Configuration
Make sure the module has been activated
Configure the error reporting to error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
in the config.inc.php
due some deprecation issues in original OXID code
Unit Tests
commands are described in composer.json scripts section