summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Util.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec
index e1e2eb1..c3dd71f 100644
--- a/php-horde-Horde-Util.spec
+++ b/php-horde-Horde-Util.spec
@@ -100,7 +100,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%if %{with_tests}
export LANG=fr_FR.utf8
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-# remirepo:14
+# remirepo:18
%if 0%{?rhel} == 5
phpunit . || : Test suite result ignored
%else
@@ -110,6 +110,10 @@ if which php56; then
php56 %{_bindir}/phpunit . || ret=1
run=1
fi
+if which php70; then
+ php70 %{_bindir}/phpunit . || ret=1
+ run=1
+fi
if which php71; then
php71 %{_bindir}/phpunit . || ret=1
run=1