mirror of
https://github.com/danog/ext-pq.git
synced 2024-12-04 02:08:03 +01:00
5 lines
151 B
Bash
5 lines
151 B
Bash
|
#!/bin/sh -x
|
||
|
|
||
|
psql -c 'create database pq_test;' -U postgres
|
||
|
echo '<?php const PQ_DSN = "postgres://postgres@localhost/pq_test";' > ./tests/_setup.inc
|