summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-http.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-09 10:37:21 +0100
committerRemi Collet <remi@remirepo.net>2019-01-09 10:37:21 +0100
commitecb0cc9abb02c00241bcac9b7258791a7819116a (patch)
tree83b0b9d90ca25e1da2ffee3f141dbf271b9cc7b7 /php-zendframework-zend-http.spec
parent40d1ef7959e9ff18e172de96c0f8aafceb17f5a6 (diff)
cleanup
Diffstat (limited to 'php-zendframework-zend-http.spec')
-rw-r--r--php-zendframework-zend-http.spec1
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