Skip to content

Commit c5fbcfa

Browse files
committed
GH-13355 fix new pgsql test
1 parent aa2e921 commit c5fbcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/gh13354.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ GH-13354 (null-by-reference handling in pg_execute, pg_send_query_params, pg_sen
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
$db = pg_connect($conn_str);
1212
$val = null;

0 commit comments

Comments
 (0)