X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Ftypes001.phpt;h=d5523da1864e4516425d88ecc9564a4728553090;hp=951bf1f540600c1e23b1f03ce40e6165e7873c2f;hb=88440266c0a9fa8354688b5ed0d2a6cc3bf04db5;hpb=ee121d2b99c19413619973fe8a8db18bfcb534d8 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"]));