diff options
-rw-r--r-- | php-theseer-autoload.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 34d78e1..5d0507b 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -108,6 +108,10 @@ EOF : Run upstream test suite phpunit --verbose +if which php70; then + php70 %{_bindir}/phpunit --verbose +fi + %clean rm -rf %{buildroot} |