Ordermanager/tests/README.md

19 lignes
403 B
Markdown
Brut Vue normale Historique

2024-01-22 14:06:08 +01:00
# 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
```