Configuration for webservices
The configs folder needs to have write permissions for it to pull the configuration files. A script is provided to allow setting the permissions automatically.
If the vendor folder is located in the current directory then the script can be run without arguments.
./bin/set_configs_permission.sh
If the vendor folder is located in a subdirectory then pass in the path to the directory as an argument.
./bin/set_configs_permission.sh src/
phpunit
./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src