From: Adam Baratz Date: Fri, 10 Nov 2017 19:26:25 +0000 (-0500) Subject: Use TDS version attribute to determine whether to skip tests X-Git-Tag: php-7.3.0alpha1~1058 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1027ed3767f0f9744390440838579b51b5b98a7f;p=php Use TDS version attribute to determine whether to skip tests --- diff --git a/ext/pdo_dblib/tests/config.inc b/ext/pdo_dblib/tests/config.inc index 40e8bf6ff9..2723090f08 100644 --- a/ext/pdo_dblib/tests/config.inc +++ b/ext/pdo_dblib/tests/config.inc @@ -1,21 +1,5 @@ getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version'); ?> --FILE-- getAttribute(PDO::DBLIB_ATTR_TDS_VERSION)) { case '5.0': case '6.0': case '7.0':