diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-19 08:29:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-19 08:29:42 +0100 |
commit | 887dce64f481cd9d01b66791603c3eb722e4f5ae (patch) | |
tree | 153ed4d9ae0f68e4d253caefbe1eb58c3aa26c25 | |
parent | 816317f9db1f956d756366d8dc4956e92dff58e5 (diff) |
php-zendframework-zend-*: run test suite with PHP 7 when available
-rw-r--r-- | php-zendframework-zend-di.spec | 5 |
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 |