David Goodwin
|
c1bdfe5432
|
fix travis / autoloading smarty etc
|
5 years ago |
David Goodwin
|
87824ef970
|
psalm fixes/workarounds; require PHP 5.6+
|
5 years ago |
David Goodwin
|
1df7f15d40
|
require PHP 5.6+
|
5 years ago |
David Goodwin
|
61cb429845
|
revert psalm; fix issues later
|
5 years ago |
David Goodwin
|
174b874c56
|
allow psalm to update
phpdoc fix
|
5 years ago |
David Goodwin
|
7718ca808d
|
try adding code coverage things
|
6 years ago |
David Goodwin
|
2a0f708529
|
relax version check for php-cs-fixer so it will work with php7.3 as well
|
6 years ago |
David Goodwin
|
dcb60a670c
|
try adding mysql + postgres support to tests
|
6 years ago |
David Goodwin
|
570972944d
|
Merge remote-tracking branch 'origin/master' into feature-try-pdo
|
6 years ago |
David Goodwin
|
10446a0cad
|
avoid: Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(. from psalm
|
6 years ago |
David Goodwin
|
5a9efc18f0
|
just disable psalm caching
|
6 years ago |
David Goodwin
|
98536f03e8
|
fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting
|
6 years ago |
David Goodwin
|
4d6cb9c328
|
touch config.local.php in build
|
6 years ago |
David Goodwin
|
63ca48eb6b
|
work around templates_c not existing in git
|
6 years ago |
David Goodwin
|
590c80f0bc
|
add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc
|
6 years ago |
David Goodwin
|
e949e76acd
|
add check-format to build step
|
6 years ago |
David Goodwin
|
5eba76ac36
|
add composer build target
|
6 years ago |
David Goodwin
|
77b87107f9
|
improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli
|
6 years ago |
David Goodwin
|
8d2a592aa9
|
bump psalm version; autoload config and functions files
|
6 years ago |
David Goodwin
|
9b8c067515
|
bump phpunit to stop countable warning with php7.2
|
6 years ago |
David Goodwin
|
45fd1bf08b
|
silence psalm a little; bump parallel-lint version
|
6 years ago |
David Goodwin
|
59a220d8d2
|
add psalm
|
7 years ago |
David Goodwin
|
12242b0893
|
add ZF1 as a dependency and phpunit; remove require/include calls from tests/
|
7 years ago |
David Goodwin
|
e1d42ed7d3
|
rename script commands
|
7 years ago |
David Goodwin
|
80d30d81e9
|
add parallel-lint
|
7 years ago |
Adrien Crivelli
|
6f7e75dc63
|
Introduce PHP-CS-Fixer and Travis to enforce code style
Commands `composer check` and `composer fix` can be used to respectively
check and automatically fix code style in the entire project.
|
7 years ago |