aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-6/+6
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1542-119/+119
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-39/+39
* fix: Fix failing test for group listingJulius Härtl2024-08-061-0/+6
* chore(tests): Adapt tests to the group:list changeCôme Chilliet2024-08-061-28/+32
* chore: Add SPDX headerAndy Scherzinger2024-05-1345-773/+115
* Revert change in TwoFactorAuth CleanupTest.phpLouis Chemineau2024-03-061-6/+1
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-061-1/+6
* add generate-password option and flow fixesAnupam Kumar2024-02-241-40/+82
* new user password email option, improved on #29368Anupam Kumar2024-02-241-27/+29
* Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-241-0/+126
* lazy AppConfigMaxence Lange2024-01-152-23/+44
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
* Remove last calls to deprecated at matcher in tests/CoreCôme Chilliet2023-09-189-106/+92
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-251-0/+170
* Fixes testcase error.Faraz Samapoor2023-06-241-1/+6
* fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-172-0/+2
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-242-2/+2
* Fix broken user:setting command unit testJoas Schilling2023-01-231-1/+4
* composer run cs:fixCôme Chilliet2023-01-2020-22/+0
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-3/+3
* PhpunitJohn Molakvoæ2022-04-211-3/+3
* Fix tests and avoid PHP errors in themCôme Chilliet2021-11-233-3/+14
* Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg2021-10-012-22/+22
* Fix unit testsJoas Schilling2021-09-292-16/+16
* Fix app version checkJoas Schilling2021-06-252-27/+17
* Add commands to manage tags via OCCJohannes Leuker2021-05-254-0/+552
* Change my email addressJohannes Leuker2021-03-241-2/+2
* Fix more tests in the Core subdirVincent Petry2021-03-241-1/+8
* Fix core tests command for app enabling/disablingVincent Petry2021-03-232-17/+17
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-7/+207
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1229-114/+114
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-18/+18
* Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke2020-08-071-0/+141
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-235-16/+16
* Updated test to check for already enabled appsSander Ruitenbeek2020-04-241-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-33/+3
* Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0910-13/+13
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0921-21/+0
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-3/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-254-26/+26
|/
* Fix CIKim Brose2020-01-031-1/+1
* Fix: Using assertContains() with string haystacks is deprecated and will not ...Daniel Kesselberg2019-12-082-8/+12
* Mode to modern phpunitRoeland Jago Douma2019-11-2714-35/+38
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2737-37/+37
* Some php-cs fixesRoeland Jago Douma2019-11-2212-7/+11