Fix Firebird tests on phpci
This commit is contained in:
parent
884aa10a3b
commit
023093c1f1
@ -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
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@chmod(QTEST_DIR.QDS.'db_files'.QDS.'FB_TEST_DB.FDB', 0777);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Firebirdtest class.
|
* Firebirdtest class.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user