Ordermanager/tests/README.md

15 lines
524 B
Markdown
Raw Normal View History

2024-01-22 14:06:08 +01:00
# D3 Ordermanager Tests
## Requirements
2024-09-03 14:13:47 +02:00
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
2024-01-22 14:06:08 +01:00
### Configuration
Make sure the module has been activated with a valid license key.
2024-09-03 14:13:47 +02:00
Configure the error reporting to `error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED &~ E_WARNING);` in the `config.inc.php` due some deprecation issues in original OXID code
2024-01-22 14:06:08 +01:00
## Unit Tests
2024-09-03 14:13:47 +02:00
commands are described in composer.json scripts section