summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zendframework-zend-diactoros.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-zendframework-zend-diactoros.spec b/php-zendframework-zend-diactoros.spec
index dc86792..bfc8bda 100644
--- a/php-zendframework-zend-diactoros.spec
+++ b/php-zendframework-zend-diactoros.spec
@@ -148,6 +148,10 @@ require_once __DIR__ . '/test/TestAsset/SapiResponse.php';
BOOTSTRAP
%{_bindir}/phpunit --verbose --bootstrap ./bootstrap.php
+
+if which php70; then
+ php70 %{_bindir}/phpunit --verbose --bootstrap ./bootstrap.php
+fi
%else
: Tests skipped
%endif