summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Text-Filter.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec
index 081efe0..0dcf652 100644
--- a/php-horde-Horde-Text-Filter.spec
+++ b/php-horde-Horde-Text-Filter.spec
@@ -127,6 +127,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