Skip to content

Commit 72d8f90

Browse files
committed
move clean for windows debugging
1 parent cfe422c commit 72d8f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/pg_fetch_object_with_abstract_class.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ try {
4646
echo $e::class, ': ', $e->getMessage(), PHP_EOL;
4747
}
4848

49+
$db = pg_connect($conn_str);
50+
pg_query($db, "DROP TABLE IF EXISTS pg_fetch_object_abstract_class cascade");
4951
?>
5052
--CLEAN--
5153
<?php
5254
include('config.inc');
53-
$db = @pg_connect($conn_str);
54-
@pg_query($db, "DROP TABLE IF EXISTS pg_fetch_object_abstract_class cascade");
5555
?>
5656
--EXPECT--
5757
Error: Cannot instantiate interface I

0 commit comments

Comments
 (0)