Usermanager/tests/README.md

14 lines
527 B
Markdown
Raw Permalink Normal View History

2024-09-03 14:18:43 +02:00
# D3 Usermanager 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 that the module has been activated with a valid license key.
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
## Unit Tests
commands are described in composer.json scripts section