From e98c6407079977587f8cc2669c359db19101ffac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Feb 2016 13:36:10 +0100 Subject: php-zendframework-zend-mail: cleanup (test suite ok with PHPUnit 5.2.9) --- php-zendframework-zend-mail.spec | 6 ------ 1 file changed, 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 -- cgit