19 lignes
403 B
Markdown
19 lignes
403 B
Markdown
|
# D3 Ordermanager Tests
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
### Configuration
|
||
|
|
||
|
Make sure the module has been activated with a valid license key.
|
||
|
|
||
|
Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.
|
||
|
|
||
|
## Unit Tests
|
||
|
|
||
|
To execute unit tests run the following:
|
||
|
|
||
|
```
|
||
|
cd /var/www/oxideshop/
|
||
|
PHPBIN=/usr/bin/php7.4 ./vendor/bin/runtests
|
||
|
```
|