nextcloud/tests/lib/App
Christoph Wurst ac939e8fd4
Fix version comparison with minor and patch level requirements
If an app requires a specific minor or path level server version,
the version_compare prevented the installation as only the major
version had been compared and that checks obviously returns `false`.

Now the full version is used for comparison, making it possible to
release apps for a specific minor or patch level version of Nextcloud.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-04-11 10:08:23 +02:00
..
AppStore Fix version comparison with minor and patch level requirements 2018-04-11 10:08:23 +02:00
CodeChecker App manager is not needed anymore 2018-02-16 17:13:36 +01:00
AppManagerTest.php Remove IAppConfig::getValue 2018-01-17 21:41:56 +01:00
CompareVersionTest.php Fix version comparison with minor and patch level requirements 2018-04-11 10:08:23 +02:00
DependencyAnalyzerTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00
InfoParserTest.php Cache AppInfo in Memory Cache if configured 2016-10-07 21:29:23 +02:00
PlatformRepositoryTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00