Files
iTop/.jenkins/bin/tests/phpunit.sh

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