Fix Firebird tests on phpci

This commit is contained in:
Timothy Warren 2014-07-14 15:17:16 -04:00
parent 884aa10a3b
commit 023093c1f1
2 changed files with 4 additions and 0 deletions

View File

@ -9,7 +9,9 @@ setup:
test: test:
php_unit: php_unit:
config: 'tests/phpunit.xml'
run_from: 'tests' run_from: 'tests'
#args: ' --debug '
coverage: '../coverage/' coverage: '../coverage/'
php_docblock_checker: php_docblock_checker:
allowed_warnings: 0 allowed_warnings: 0

View File

@ -13,6 +13,8 @@
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
@chmod(QTEST_DIR.QDS.'db_files'.QDS.'FB_TEST_DB.FDB', 0777);
/** /**
* Firebirdtest class. * Firebirdtest class.
* *