Console
Document in progress.
Setup
Inside the composer.json :
"scripts": {
"tests": "./vendor/prestaflow/php-library/bin/prestaflow run ./Tests"
},
There, the ./Tests folder will contain the suites to be tested.
Run
composer run tests
Options
Stats
Output
Available formats :
- Full (full) :
- Compact (compact) :
- JSON (json) :
The default value is full.