e7792e7d79
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
12 lines
124 B
Markdown
12 lines
124 B
Markdown
# Releasing
|
|
|
|
### Execute tests
|
|
|
|
./scripts/run-tests.sh
|
|
|
|
To quickly fix PHPCS issues:
|
|
|
|
./scripts/clean-code.sh
|
|
|
|
|