From 1027ed3767f0f9744390440838579b51b5b98a7f Mon Sep 17 00:00:00 2001 From: Adam Baratz Date: Fri, 10 Nov 2017 14:26:25 -0500 Subject: [PATCH] Use TDS version attribute to determine whether to skip tests --- ext/pdo_dblib/tests/config.inc | 16 ---------------- .../tests/stringify_uniqueidentifier.phpt | 2 +- ext/pdo_dblib/tests/types.phpt | 4 +++- 3 files changed, 4 insertions(+), 18 deletions(-) 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': -- 2.50.1