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 | 4ed2479266e97cd8f67e3c0dee010527966f70e5 (patch) | |
| tree | 73aa362f38797f8723218c835465d1cac712339f | |
| parent | 96c77e688c8a23352637b1d0d0dc86ed63962b35 (diff) | |
php-zendframework-zend-*: run test suite with PHP 7 when available
| -rw-r--r-- | php-zendframework-zend-modulemanager.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-zendframework-zend-modulemanager.spec b/php-zendframework-zend-modulemanager.spec index b800d5d..e57c39d 100644 --- a/php-zendframework-zend-modulemanager.spec +++ b/php-zendframework-zend-modulemanager.spec @@ -132,7 +132,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 |
