INNER CODE UNIT · PHP

TESTS

mongodb/mongo-php-library · .evergreen/run-tests.sh:14

TESTS=${TESTS:-} # Optional test group. Defaults to all tests

# For matrix testing, we have to determine the correct driver version
if [ "${IS_MATRIX_TESTING}" = "true" ]; then
   case "${DRIVER_MONGODB_VERSION}" in
      '4.4')
         export EXTENSION_VERSION='1.8.2'
         ;;
      '4.2')
         export EXTENSION_VERSION='1.6.1'
         ;;
      '4.0')
         export EXTENSION_VERSION='1.5.5'
         ;;
   esac

   case "${MONGODB_VERSION}" in
      latest)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…