aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/User/SettingTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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-151-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* 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-121-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix CIKim Brose2020-01-031-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Fix testsRoeland Jago Douma2016-09-061-8/+8
* Fix depreccated getMock in Core/Command testsRoeland Jago Douma2016-09-011-5/+10
* 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