diff options
-rw-r--r-- | composer.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/composer.spec b/composer.spec index 08a33f9..4d53f3b 100644 --- a/composer.spec +++ b/composer.spec @@ -237,10 +237,6 @@ for cmd in php php56 php70 php71 php72; do $cmd %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php --verbose || ret=1 fi done -if which php71; then - php71 %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php || ret=1 - run=1 -fi exit $ret %else : Test suite disabled |