Skip to content

Commit cfe422c

Browse files
committed
shutup clean?
This shouldn't really be happening in the first place
1 parent c48266c commit cfe422c

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
@@ -50,8 +50,8 @@ try {
5050
--CLEAN--
5151
<?php
5252
include('config.inc');
53-
$db = pg_connect($conn_str);
54-
pg_query($db, "DROP TABLE IF EXISTS pg_fetch_object_abstract_class cascade");
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)