From 26dfce7f36d1c6f737ac241df1315a1b42b932c7 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Fri, 15 Mar 2019 22:55:30 +0100 Subject: Replace dirname(__FILE__) by __DIR__ in tests --- ext/pdo_pgsql/tests/bug61267.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/pdo_pgsql/tests/bug61267.phpt') diff --git a/ext/pdo_pgsql/tests/bug61267.phpt b/ext/pdo_pgsql/tests/bug61267.phpt index f91eceecdf..f1eee993b1 100644 --- a/ext/pdo_pgsql/tests/bug61267.phpt +++ b/ext/pdo_pgsql/tests/bug61267.phpt @@ -3,15 +3,15 @@ PDO::exec() returns 0 when the statement is a SELECT. --SKIPIF-- --FILE-- exec('SELECT * from generate_series(1, 42);'); var_dump($res); -- cgit v1.2.1