summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-mvc.spec
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
commit1a713b41032c5f126b90f966fe888afb9dd9473d (patch)
tree1acf8214f4acd0e1e1d0da6b16ee7b22d2a2d021 /php-zendframework-zend-mvc.spec
parent41bd0518c94b28b5ed35abde7335a8a75869c37c (diff)
php-zendframework-zend-*: run test suite with PHP 7 when available
Diffstat (limited to 'php-zendframework-zend-mvc.spec')
-rw-r--r--php-zendframework-zend-mvc.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-zendframework-zend-mvc.spec b/php-zendframework-zend-mvc.spec
index 55784c5..ee71c36 100644
--- a/php-zendframework-zend-mvc.spec
+++ b/php-zendframework-zend-mvc.spec
@@ -202,7 +202,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