0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

39 Commits

Author SHA1 Message Date
David Goodwin
48d4435b84 try and get php-coveralls working 2021-06-11 21:55:02 +01:00
David Goodwin
837169d755 downgrade/stop friendsofphp/php-cs-fixer moving to 3.0 2021-05-07 19:44:22 +01:00
David Goodwin
3bbc2da1f2 stop psalm caching 2021-01-18 22:15:42 +00:00
David Goodwin
efd83472b9 remove env var, bootstarp.php defaults to sqlite anyway 2020-12-23 16:55:49 +00:00
David Goodwin
c3d34f1b4d use @php in composer.json 2020-12-23 16:44:13 +00:00
David Goodwin
06897d2234 bump psalm to v4.x 2020-11-09 21:30:32 +00:00
David Goodwin
192c797fe1 add a support block to compoer.json 2020-05-10 13:01:33 +01:00
David Goodwin
f8415eef2a remove cache suppression 2020-04-14 21:25:25 +01:00
David Goodwin
3cd62f9f4f update to phpunit v8, try changing coveralls library, update github action 2020-04-14 21:03:10 +01:00
David Goodwin
5e8ce2b5b0 move to php-parallel-lint/php-parallel-lint rather than abandoned jakuk-onderka/php-parallel-lint 2020-04-11 19:10:09 +01:00
David Goodwin
6c3d595c0b coverage.xml 2020-03-02 13:25:14 +00:00
David Goodwin
5f772afe14 dev improvements
bump minimum php variant to 7.0
 update phpunit.xml
 switch to shardj/zf1-future rather than unsupported zf1
 try running tests by default in github
2020-01-31 20:03:48 +00:00
David Goodwin
1ad184641d php7.4 / psalm fixes 2020-01-31 16:30:46 +00:00
David Goodwin
c1bdfe5432 fix travis / autoloading smarty etc 2019-10-20 20:39:11 +01:00
David Goodwin
87824ef970 psalm fixes/workarounds; require PHP 5.6+ 2019-10-19 20:51:05 +01:00
David Goodwin
1df7f15d40 require PHP 5.6+ 2019-10-19 20:32:00 +01:00
David Goodwin
61cb429845 revert psalm; fix issues later 2019-10-17 20:04:18 +01:00
David Goodwin
174b874c56 allow psalm to update
phpdoc fix
2019-10-17 19:38:01 +01:00
David Goodwin
7718ca808d try adding code coverage things 2019-02-18 20:31:31 +00:00
David Goodwin
2a0f708529 relax version check for php-cs-fixer so it will work with php7.3 as well 2019-02-18 13:02:29 +00:00
David Goodwin
dcb60a670c try adding mysql + postgres support to tests 2019-02-15 21:30:59 +00:00
David Goodwin
570972944d Merge remote-tracking branch 'origin/master' into feature-try-pdo 2019-01-08 13:38:38 +00:00
David Goodwin
10446a0cad avoid: Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(. from psalm 2019-01-08 13:34:38 +00:00
David Goodwin
5a9efc18f0 just disable psalm caching 2019-01-08 13:22:35 +00:00
David Goodwin
98536f03e8 fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 2019-01-06 21:39:54 +00:00
David Goodwin
4d6cb9c328 touch config.local.php in build 2018-12-29 22:03:32 +00:00
David Goodwin
63ca48eb6b work around templates_c not existing in git 2018-12-29 21:59:25 +00:00
David Goodwin
590c80f0bc add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 2018-12-29 20:54:25 +00:00
David Goodwin
e949e76acd add check-format to build step 2018-12-28 19:32:22 +00:00
David Goodwin
5eba76ac36 add composer build target 2018-12-28 19:29:14 +00:00
David Goodwin
77b87107f9 improve composer behaviour for psalm; bump dev dependencies and add sqlite3+mysqli 2018-12-28 19:16:41 +00:00
David Goodwin
8d2a592aa9 bump psalm version; autoload config and functions files 2018-12-27 13:56:23 +00:00
David Goodwin
9b8c067515 bump phpunit to stop countable warning with php7.2 2018-12-27 13:13:50 +00:00
David Goodwin
45fd1bf08b silence psalm a little; bump parallel-lint version 2018-06-18 21:43:18 +01:00
David Goodwin
59a220d8d2 add psalm 2018-03-16 20:07:04 +00:00
David Goodwin
12242b0893 add ZF1 as a dependency and phpunit; remove require/include calls from tests/ 2018-02-18 20:23:15 +00:00
David Goodwin
e1d42ed7d3 rename script commands 2018-01-25 19:57:08 +00:00
David Goodwin
80d30d81e9 add parallel-lint 2018-01-25 19:56:50 +00:00
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.
2018-01-25 19:55:51 +00:00