From 023093c1f163b0290cc4e388f68693adf076b21e Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 14 Jul 2014 15:17:16 -0400 Subject: [PATCH] Fix Firebird tests on phpci --- phpci.yml | 2 ++ tests/databases/firebird/FirebirdTest.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/phpci.yml b/phpci.yml index 22b0c56..4fbf8fe 100644 --- a/phpci.yml +++ b/phpci.yml @@ -9,7 +9,9 @@ setup: test: php_unit: + config: 'tests/phpunit.xml' run_from: 'tests' + #args: ' --debug ' coverage: '../coverage/' php_docblock_checker: allowed_warnings: 0 diff --git a/tests/databases/firebird/FirebirdTest.php b/tests/databases/firebird/FirebirdTest.php index f53e1e8..16ff1f6 100644 --- a/tests/databases/firebird/FirebirdTest.php +++ b/tests/databases/firebird/FirebirdTest.php @@ -13,6 +13,8 @@ // -------------------------------------------------------------------------- +@chmod(QTEST_DIR.QDS.'db_files'.QDS.'FB_TEST_DB.FDB', 0777); + /** * Firebirdtest class. *