Setup phpci
This commit is contained in:
parent
2ccac504da
commit
884aa10a3b
19
phpci.yml
Normal file
19
phpci.yml
Normal file
@ -0,0 +1,19 @@
|
||||
build_settings:
|
||||
verbose: true
|
||||
ignore:
|
||||
- "tests"
|
||||
|
||||
setup:
|
||||
env:
|
||||
PHPCI: true
|
||||
|
||||
test:
|
||||
php_unit:
|
||||
run_from: 'tests'
|
||||
coverage: '../coverage/'
|
||||
php_docblock_checker:
|
||||
allowed_warnings: 0
|
||||
skip_classes: true
|
||||
php_loc:
|
||||
|
||||
complete:
|
@ -121,14 +121,4 @@ if (extension_loaded('pdo_sqlite'))
|
||||
Query($params);
|
||||
}
|
||||
|
||||
// If Firebird (interbase) extension does not exist,
|
||||
// create a fake class to suppress errors from skipped tests
|
||||
if ( ! function_exists('fbird_connect'))
|
||||
{
|
||||
class Firebird {
|
||||
public $sql;
|
||||
public $util;
|
||||
}
|
||||
}
|
||||
|
||||
// End of bootstrap.php
|
Loading…
Reference in New Issue
Block a user