summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-19 08:29:42 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-19 08:29:42 +0100
commit887dce64f481cd9d01b66791603c3eb722e4f5ae (patch)
tree153ed4d9ae0f68e4d253caefbe1eb58c3aa26c25
parent816317f9db1f956d756366d8dc4956e92dff58e5 (diff)
php-zendframework-zend-*: run test suite with PHP 7 when available
-rw-r--r--php-zendframework-zend-di.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-zendframework-zend-di.spec b/php-zendframework-zend-di.spec
index 81fa25b..1e3a83e 100644
--- a/php-zendframework-zend-di.spec
+++ b/php-zendframework-zend-di.spec
@@ -126,7 +126,12 @@ Zend\\Loader\\AutoloaderFactory::factory(array(
))));
require_once '%{php_home}/Zend/autoload.php';
EOF
+
%{_bindir}/phpunit --include-path=%{buildroot}%{php_home}
+
+if which php70; then
+ php70 %{_bindir}/phpunit --include-path=%{buildroot}%{php_home}
+fi
%else
: Test suite disabled
%endif