X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftypes001.phpt;h=d5523da1864e4516425d88ecc9564a4728553090;hb=8d0dbf7286d9132be18de64625837afa55409f84;hp=951bf1f540600c1e23b1f03ce40e6165e7873c2f;hpb=3024b0b5a903a2bcb082b01e1787410dc9508a9d;p=m6w6%2Fext-pq diff --git a/tests/types001.phpt b/tests/types001.phpt index 951bf1f..d5523da 100644 --- a/tests/types001.phpt +++ b/tests/types001.phpt @@ -8,7 +8,7 @@ echo "Test\n"; include "_setup.inc"; $c = new pq\Connection(PQ_DSN); -$t = new pq\Types($c); +$t = new pq\Types($c, array("pg_catalog", "public")); var_dump($t->connection === $c); var_dump(isset($t["int4"]), empty($t["int4"])); var_dump(isset($t["whatthahell"]), empty($t["whatthahell"]));