]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Run Unit Tests against PHP 7.4 1353/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 10 Aug 2019 10:31:32 +0000 (12:31 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 17 Jan 2020 17:34:37 +0000 (18:34 +0100)
commitdef39d0dd7a81a4af9ad68b62c9e9823fbc2b38e
tree676b02604ae6f358ddb90c59c549465f6e9d6214
parentef028857531a6abe2d7180538b8510502ee2a467
Run Unit Tests against PHP 7.4

Bump PHPUnit version and fix unit test

  - Globals are handled differently and are persistent through tests
  - Tests without assertions are marked as risky: some of them are just
meant to check that no error is raised.
.travis.yml
application/ApplicationUtils.php
application/api/ApiUtils.php
composer.json
composer.lock
tests/ApplicationUtilsTest.php
tests/PluginManagerTest.php
tests/api/ApiUtilsTest.php
tests/config/ConfigPhpTest.php
tests/feed/CachedPageTest.php
tests/updater/UpdaterTest.php