diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-02 13:53:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-02 13:53:33 +0200 |
commit | 34dc7fb89150f36539f1242efa1b70ad554de6bd (patch) | |
tree | d642f9c2d717f494f127e0821d04b6cde217be3d | |
parent | 72d2e2c9e2f62a4215328892abe3f7959afb3038 (diff) |
php-zendframework-zend-expressive-aurarouter: cleanup
-rw-r--r-- | php-zendframework-zend-stratigility.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-zendframework-zend-stratigility.spec b/php-zendframework-zend-stratigility.spec index 539d632..9d2c356 100644 --- a/php-zendframework-zend-stratigility.spec +++ b/php-zendframework-zend-stratigility.spec @@ -132,7 +132,7 @@ if which php56; then run=1 fi if which php71; then - php70 %{_bindir}/phpunit || ret=1 + php71 %{_bindir}/phpunit || ret=1 run=1 fi if [ $run -eq 0 ]; then |