summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-09-22 16:24:51 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-09-22 16:24:51 +0000
commit0823526afeac361aa70d24939bf735e6e87714b2 (patch)
treec73cfaa951366ef9c32dcfc1b6866e67c58fa462 /ext/pdo_pgsql
parentf0c27e68b2f3c14b6ff893e26e1d481a1967dc69 (diff)
downloadphp-git-0823526afeac361aa70d24939bf735e6e87714b2.tar.gz
Fixed test
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/tests/bug_33876.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/tests/bug_33876.phpt b/ext/pdo_pgsql/tests/bug_33876.phpt
index 9fdbd8bff7..be16daf87c 100644
--- a/ext/pdo_pgsql/tests/bug_33876.phpt
+++ b/ext/pdo_pgsql/tests/bug_33876.phpt
@@ -3,7 +3,6 @@ PDO PgSQL Bug #33876
--SKIPIF--
<?php
if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
-require 'ext/pdo_pgsql/tests/config.inc';
require 'ext/pdo/tests/pdo_test.inc';
PDOTest::skip();
?>