summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Fatal logging optionTim Terhorst2019-10-021-0/+2
* Stop decryption when maintenance mode is enabled, fixes #8311Ruben Homs2019-05-212-8/+54
* Make appstore app:enable test more robust by using only shipped appsMorris Jobke2019-03-141-3/+8
* Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-222-2/+2
|\
| * Fix unit testsJoas Schilling2019-02-222-2/+2
* | Use contacts instead of logreaderDaniel Kesselberg2019-02-191-3/+3
* | Add install logic for enable commandDaniel Kesselberg2019-02-191-3/+3
* | Strict Types, Return TypesDaniel Kesselberg2019-02-192-4/+9
* | Disable multiple apps at onceDaniel Kesselberg2019-02-191-0/+84
* | Enable multiple apps at onceDaniel Kesselberg2019-02-191-0/+89
|/
* Merge pull request #11765 from nextcloud/feature/mandatory-2fa-for-groupsMorris Jobke2018-10-151-12/+49
|\
| * Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-12/+49
* | Check if TTY is invalid in encryption:encrypt-all and encryption:decrypt-allEvgeny Golyshev2018-10-142-0/+6
|/
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-0/+110
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-100/+306
* Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+246