[TESTS] Add test container with Xdebug and allow for generation of coverage reports with 'make test'

This commit is contained in:
2021-05-02 12:39:32 +00:00
parent 2e943293e6
commit eff703ca21
7 changed files with 32 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ echo "Got response from DB"
for script in /var/entrypoint.d/*.sh; do
$script
ret=$?
if [ $ret -eq 64 ]; then
exit 0
elif [ $ret -eq 65 ]; then
exit 1
fi
done
exec php-fpm