summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-01 14:58:18 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-01 14:58:18 +0100
commit9afb5fe2bc9b664ba99cdfd104d20bab7f748f29 (patch)
treec229c8b1c05f6332411425b3d2dd7c86d304ef6a
parentd02b90c20a042693fdca9ec91e3ebd1dff376edf (diff)
php-horde-Horde-Text-Filter: more test
-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