mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
cd test
|
|
|
|
export DEBUG_UNIT_TEST="0"
|
|
|
|
php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity |