aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-2/+93
* Adapt tests to config value typingCôme Chilliet2023-04-051-16/+31
* Remove at matcher uses in tests/libCôme Chilliet2022-06-161-8/+8
* Overwrite the channelJoas Schilling2022-03-101-9/+15
* Fix unit testsJoas Schilling2021-10-211-14/+26
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-141-4/+5
* Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-1/+78
* Fix unit testsJoas Schilling2021-04-271-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+7
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-13/+13
* Use elseif instead of else ifChristoph Wurst2020-04-101-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1215/+1215
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-466/+466
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-4/+4
* AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-091-1305/+1387
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-221-1/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-10/+6
* Fix testsRoeland Jago Douma2018-05-141-1/+2
* Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-111-6/+12
* Fix testsRoeland Jago Douma2017-11-171-3/+23
* Fix unit testsJoas Schilling2017-05-121-1/+6
* Automatic injection into the FetchersJoas Schilling2017-05-101-1/+8
* Fix testRoeland Jago Douma2017-05-021-20/+10
* Fix unit tests and improve appstore logicMorris Jobke2017-02-241-2/+35
* Add ETag validation to appstore requestsRoeland Jago Douma2017-01-051-0/+4
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-0/+1
* Use the mocked config versionJoas Schilling2016-12-141-5/+6
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-18/+38
* Loop for newest version in appstore responseLukas Reschke2016-11-241-3/+1861
* Endpoint is now 11.0.0Lukas Reschke2016-11-151-1/+1
* Use new appstore APILukas Reschke2016-10-311-0/+39