From ff6565462ede34f5b776ade1a8fb77c55347e9d3 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 8 Dec 2016 03:24:18 +0100 Subject: git clean section --- ext/pdo_firebird/tests/bug_72931.phpt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/pdo_firebird/tests') diff --git a/ext/pdo_firebird/tests/bug_72931.phpt b/ext/pdo_firebird/tests/bug_72931.phpt index 10adf20ca7..ecbde6a109 100644 --- a/ext/pdo_firebird/tests/bug_72931.phpt +++ b/ext/pdo_firebird/tests/bug_72931.phpt @@ -14,5 +14,11 @@ echo $D[0][0]; unset($S); unset($C); ?> +--CLEAN-- +exec('DROP table tablea'); +?> --EXPECT-- 1 -- cgit v1.2.1