diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-01 09:14:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-01 09:14:06 +0100 |
commit | 7dbc5ae658af7ed9e4149f42b09f09f716524e66 (patch) | |
tree | 6767518f82cdfa0aee11fb7942d5661df9e4cc09 | |
parent | 11ec3dbbd777cdc4307d8f1e06055052cc02700a (diff) |
use phpunit8
-rw-r--r-- | php-phpunit-php-code-coverage7.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index e5cd7e2..fe0c2cb 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -181,7 +181,7 @@ for cmd in php php72 php73; do if which $cmd; then $cmd $EXT \ -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ - %{_bindir}/phpunit7 \ + %{_bindir}/phpunit8 \ --verbose || ret=1 fi done |