nextcloud/tests/lib/App
Christoph Wurst 9010937535 Fix app fetcher php comparison to allow wider ranges
When app app specifies php 7.4 as upper limit we have to allow the
installation on php>7.4.0. The previous version check didn't do that.
This adjusts the regexes to discard any irrelevant suffix after the
three version numbers so that we can use more fine granular checks than
php's version_compare can do out of the box, like for php 7.4 we only
compare the major and minor version numbers and ignore the patch level.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-27 14:51:54 +00:00
..
AppStore Only retry fetching app store data once every 5 minutes in case it fails 2020-10-22 14:14:49 +00:00
CodeChecker Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppManagerTest.php Add test to ensure that symlinked apps_paths are not resolved 2020-04-24 16:19:14 +02:00
CompareVersionTest.php Fix app fetcher php comparison to allow wider ranges 2021-01-27 14:51:54 +00:00
DependencyAnalyzerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
InfoParserTest.php Make phpunit8 compatible 2019-11-27 13:34:41 +01:00
PlatformRepositoryTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00