[Pkg-owncloud-commits] [php-sabredav] 181/220: Testing postgres.
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 209fc2f2267b4ebe2ac06e7f16b6483a3301f7f7
Author: Evert Pot <me at evertpot.com>
Date: Mon Mar 21 22:47:22 2016 -0400
Testing postgres.
---
tests/bootstrap.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index e99cc66..ad05ba4 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -19,6 +19,7 @@ $config = [
'SABRE_MYSQLDSN' => 'mysql:host=127.0.0.1;dbname=sabredav_test',
'SABRE_MYSQLUSER' => 'root',
'SABRE_MYSQLPASS' => '',
+ 'SABRE_PGSQLDSN' => 'pgsql:host=localhost;dbname=sabredav',
];
if (file_exists(__DIR__ . '/config.user.php')) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list