DataWizard/tests/README.md

15 lines
528 B
Markdown
Raw Permalink Normal View History

2021-11-24 23:38:28 +01:00
# D3 Datawizard Tests
## Requirements
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
2024-05-10 12:18:33 +02:00
missing ext-sockets
2021-11-24 23:38:28 +01:00
2024-05-10 12:18:33 +02:00
### Configuration
2021-11-24 23:38:28 +01:00
2024-05-10 12:18:33 +02:00
Make sure the module has been activated with a valid license key.
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
2021-11-24 23:38:28 +01:00
## Unit Tests
2024-05-10 12:18:33 +02:00
commands are described in composer.json scripts section