aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/IntegrityCheck/CheckerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-19/+25
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-33/+33
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-29/+29
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-131-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-206/+206
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-111-2/+8
* Adapt tests to config value typingCôme Chilliet2023-04-051-19/+19
* composer run cs:fixCôme Chilliet2023-01-201-17/+17
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-215/+162
* Simlify tests for integrity check on modified mimetype listsJulius Härtl2022-06-071-252/+32
* Fix integrity checker testsJulius Härtl2021-10-131-2/+14
* Cleanup the constructorJoas Schilling2021-01-181-2/+0
* Readd test getOnlyDefaultAliases()ACTom2020-12-281-2/+112
* fix php-cs check fail(tests/lib/IntegrityCheck/CheckerTest.php)ACTom2020-10-181-2/+2
* fix Test\IntegrityCheck\CheckerTest tests failACTom2020-10-181-111/+7
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-261/+261
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-94/+94
* Mode to modern phpunitRoeland Jago Douma2019-11-271-17/+17
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Added Tests for modified mimetypelistXheni Myrtaj2019-07-041-3/+258
* Fix checker testXheni Myrtaj2019-05-301-2/+8
* Remove the upload and memory settingJoas Schilling2019-03-041-8/+6
* Remove unused php5 config from .htaccessMorris Jobke2019-03-041-4/+4
* Handle strict typing in Checker and fix testsRoeland Jago Douma2018-02-211-0/+3
* Fix testsRoeland Jago Douma2017-12-181-1/+1
* Add proper testsLukas Reschke2016-12-191-12/+72
* Update testsVictor Dubiniuk2016-12-161-1/+18
* Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-6/+6
* Compare arrays not json stringsRoeland Jago Douma2016-09-071-6/+31
* Fix getMock checkertestRoeland Jago Douma2016-09-071-6/+6
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+1055