aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/User
Commit message (Expand)AuthorAgeFilesLines
* style(occ): clean up SettingTest classSalvatore Martire2025-06-171-27/+14
* feat: allow reading profile properties from occSalvatore Martire2025-06-171-0/+470
* chore: run rector on tests with new rulerector-testsRobin Appelman2025-06-121-2/+2
* test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10Joas Schilling2025-05-024-7/+7
* fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling2025-03-311-12/+24
* test(settings): Correctly only return bool for Symfony Input::hasParameterOpt...dependabot/composer/symfony-6.4Joas Schilling2024-10-071-7/+17
* test: Fix mock creationJoas Schilling2024-10-071-4/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-156-20/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-137-127/+17
* 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
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-251-0/+170
* Fix broken user:setting command unit testJoas Schilling2023-01-231-1/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-125-17/+17
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-5/+0
* Fix CIKim Brose2020-01-031-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-5/+5
* Some php-cs fixesRoeland Jago Douma2019-11-222-0/+2
* User command enable/disable testsRoeland Jago Douma2016-12-302-0/+188
* Fix testsRoeland Jago Douma2016-09-061-8/+8
* Fix depreccated getMock in Core/Command testsRoeland Jago Douma2016-09-013-13/+26
* Use argument instead of valueJoas Schilling2016-07-141-20/+18
* FIx my emailJoas Schilling2016-07-131-1/+1
* Add tests for set/get/delete/listJoas Schilling2016-07-131-5/+234
* Make sure the exception is catchedJoas Schilling2016-07-131-5/+31
* Add tests for checkInput()Joas Schilling2016-07-131-0/+211
* Move tests/core/ to PSR-4Joas Schilling2016-05-192-0/+211