summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-view.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
commit9fe0cb5d48b9445295728f74038f3e5e7e74bbbf (patch)
treee63ca514a92d253ad4561c56051d372f3e52c83a /php-zendframework-zend-view.spec
parent2fba8374b7949c54192986d078bd6352dcf5da44 (diff)
php-zendframework-zend-*: run test suite with PHP 7 when available
Diffstat (limited to 'php-zendframework-zend-view.spec')
-rw-r--r--php-zendframework-zend-view.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec
index a33d45a..f4e7483 100644
--- a/php-zendframework-zend-view.spec
+++ b/php-zendframework-zend-view.spec
@@ -182,7 +182,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