diff options
-rw-r--r-- | php-icewind-streams.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index 2d524ad..d0ed0c6 100644 --- a/php-icewind-streams.spec +++ b/php-icewind-streams.spec @@ -85,6 +85,9 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php' : Run the test suite %{_bindir}/phpunit --verbose +if which php70; then + php70 %{_bindir}/phpunit --verbose +fi %clean rm -rf %{buildroot} @@ -105,4 +108,4 @@ rm -rf %{buildroot} - version 0.3.0 * Tue Sep 1 2015 Remi Collet <remi@fedoraproject.org> - 0.2.0-1 -- initial package, version 0.2.0
\ No newline at end of file +- initial package, version 0.2.0 |