Skip to content

Commit 868f1a3

Browse files
committed
ext/pgsql fix new test
1 parent c0ba573 commit 868f1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/gh13519.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.
33
--EXTENSIONS--
44
pgsql
55
--SKIPIF--
6-
<?php include("skipif.inc"); ?>
6+
<?php include("inc/skipif.inc"); ?>
77
--FILE--
88
<?php
9-
include 'config.inc';
9+
include 'inc/config.inc';
1010

1111
$db1 = pg_pconnect($conn_str);
1212
$pid1 = pg_get_pid($db1);

0 commit comments

Comments
 (0)