diff --git a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt index e0d934d5..5edebcce 100644 --- a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt +++ b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt @@ -33,7 +33,7 @@ $stmt->execute(); foreach ($columns as $col){ test_fetch($conn, $tableName, $col, $icon); } -// DROP database +// DROP table $conn->query("DROP TABLE $tableName") ?: die(); //free statement and connection