diff options
-rw-r--r-- | php-zendframework-zend-http.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 1901e26..7fa9a32 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -166,7 +166,6 @@ for cmdarg in "php %{phpunit}" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} \ - --filter '^((?!(testDateFromTimeStringCreatesValidDateHeader|testDateFromTimestampCreatesValidDateHeader)).)*$' \ || ret=1 fi done |