Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-13Fix integrity checker testsJulius Härtl
2021-01-18Cleanup the constructorJoas Schilling
2020-12-28Readd test getOnlyDefaultAliases()ACTom
2020-10-17fix php-cs check fail(tests/lib/IntegrityCheck/CheckerTest.php)ACTom
2020-10-17fix Test\IntegrityCheck\CheckerTest tests failACTom
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-07-21Exclude .rnd files from integrity checkDaniel Kesselberg
2019-07-04Added Tests for modified mimetypelistXheni Myrtaj
2019-05-30Fix checker testXheni Myrtaj
2019-03-04Remove the upload and memory settingJoas Schilling
2019-03-04Remove unused php5 config from .htaccessMorris Jobke
2019-02-14Use more precise regexDaniel Kesselberg
2019-02-14Apply code style fixes from owncloud, revert regexDaniel Kesselberg
2019-02-14Fix test caseRomain Rivière
2019-02-14Exclude file name patterns; ignore gentoo webapp filesRomain Rivière
2018-02-21Handle strict typing in Checker and fix testsRoeland Jago Douma
2018-01-25Fix risky tests without assertionsJoas Schilling
2017-12-18Fix testsRoeland Jago Douma
2016-12-19Add proper testsLukas Reschke
2016-12-16Update testsVictor Dubiniuk
2016-09-13Make sure memory limit is > post size and upload filesizeJoas Schilling
2016-09-08Compare arrays not json stringsRoeland Jago Douma
2016-09-07Fix getMock checkertestRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling