repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Bengali)
[phpmyadmin.git]
/
test
/
ci-test
blob
1bd44978971448a24cd1a02a1c460c376c49ee8a
1
#!/bin/sh
2
3
case
"
$TRAVIS_PHP_VERSION
"
in
4
hhvm
*)
5
CONFIG
=
phpunit.xml.hhvm
6
;;
7
*)
8
CONFIG
=
phpunit.xml.dist
9
;;
10
esac
11
12
.
/
vendor
/
bin
/
phpunit
--configuration
$CONFIG
--exclude-group
selenium