email-configuration-bug-fix-patch

Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
This commit is contained in:
Manish Verma
2016-11-04 11:15:57 +05:30
parent 7fecdb1df9
commit 57efc24003
27 changed files with 2544 additions and 93 deletions

17
vendor/tedivm/fetch/tests/runTests.sh vendored Normal file
View File

@@ -0,0 +1,17 @@
#/usr/bin/env/sh
set -e
if [ ! -n "$TRAVIS" ]; then
./vendor/tedivm/dovecottesting/SetupEnvironment.sh
sleep 5
fi
echo 'Running unit tests.'
./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
echo ''
echo ''
echo ''
echo 'Testing for Coding Styling Compliance.'
echo 'All code should follow PSR standards.'
./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run