Translated using Weblate (Bengali)
[phpmyadmin.git] / test / ci-test
blob1bd44978971448a24cd1a02a1c460c376c49ee8a
1 #!/bin/sh
3 case "$TRAVIS_PHP_VERSION" in
4 hhvm*)
5 CONFIG=phpunit.xml.hhvm
6 ;;
7 *)
8 CONFIG=phpunit.xml.dist
9 ;;
10 esac
12 ./vendor/bin/phpunit --configuration $CONFIG --exclude-group selenium