diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-19 13:36:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-19 13:36:10 +0100 |
commit | e98c6407079977587f8cc2669c359db19101ffac (patch) | |
tree | 694e5f3d0b65d0f4fe64ec4430f616270964c3bb | |
parent | 2acbe388d404d06f68903cd5522fc33df3cd2d10 (diff) |
php-zendframework-zend-mail: cleanup (test suite ok with PHPUnit 5.2.9)
-rw-r--r-- | php-zendframework-zend-mail.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index 53a980f..638602c 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -125,12 +125,6 @@ Zend\Loader\AutoloaderFactory::factory(array( require_once '%{php_home}/Zend/autoload.php'; EOF -if %{_bindir}/phpunit --atleast-version 5 -then - : Skip test not compatible with PHPUnit 5 - rm test/Header/SenderTest.php -fi - %{_bindir}/phpunit --include-path=%{buildroot}%{php_home} if which php70; then |