1#!/usr/bin/env bash 2# -x Exit immediately if any command fails 3# -e Echo all commands being executed. 4# -u fail for undefined variables 5set -xeu 6echo "Run tests in docker" 7REPORT_EXIT_STATUS=1 php ./run-tests.php -P -q --show-diff 8echo "Test that package.xml is valid" 9pecl package 10