Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-07-29 14:42:28 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-07-29 14:42:28 +0300
commit4703f472fd002ff4049a572a962ef003d7a55c1e (patch)
treef52456b2454e32efc2cf90b5a715e52e1d715b09 /build.xml
parent6581bd0a593ae7d2132784f5c1f554df4a3acfe8 (diff)
Remove HHVM from build.xml
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index 4a20d0d7d5..ea6c970056 100644
--- a/build.xml
+++ b/build.xml
@@ -5,7 +5,6 @@
<property name="source_comma_sep" value="."/>
<property environment="env"/>
<property name="env.PHPUNIT_XML" value="phpunit.xml.dist"/>
- <property name="env.PHPUNIT_XML_HHVM" value="phpunit.xml.hhvm"/>
<property name="env.PHPUNIT_ARGS" value="--exclude-group selenium"/>
<target name="clean" description="Clean up and create artifact directories">
@@ -34,12 +33,6 @@
</exec>
</target>
- <target name="phpunit-hhvm" description="Run unit tests using PHPUnit with HHVM specific config">
- <exec executable="${basedir}/vendor/bin/phpunit" failonerror="true">
- <arg line="--configuration ${env.PHPUNIT_XML_HHVM} ${env.PHPUNIT_ARGS}"/>
- </exec>
- </target>
-
<target name="pdepend" description="Generate jdepend.xml and software metrics charts using PHP_Depend">
<exec executable="pdepend">
<arg line="'--jdepend-xml=${basedir}/build/logs/jdepend.xml'