8
0
ModCfg/Tests/README.md

15 Zeilen
479 B
Markdown

2024-02-09 18:33:48 +01:00
# D3 Modcfg Tests
## Requirements
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
2024-06-26 13:49:30 +02:00
### Configuration
2024-02-09 18:33:48 +01:00
2024-06-26 13:49:30 +02:00
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
2024-02-09 18:33:48 +01:00
## Unit Tests
2024-06-26 13:49:30 +02:00
commands are described in composer.json scripts section