ExtSearch/tests/README.md

16 lines
528 B
Markdown
Raw Permalink Normal View History

2024-02-09 18:44:23 +01:00
# D3 ExtSearch Tests
## Requirements
2024-06-26 13:42:37 +02:00
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
missing ext-sockets
2024-02-09 18:44:23 +01:00
### Configuration
2024-06-26 13:42:37 +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
2024-02-09 18:44:23 +01:00
## Unit Tests
2024-06-26 13:42:37 +02:00
commands are described in composer.json scripts section