aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-1/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-132-34/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-242-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* PhpunitJohn Molakvoæ2022-04-211-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg2021-10-012-22/+22
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix unit testsJoas Schilling2021-09-292-16/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app version checkJoas Schilling2021-06-252-27/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix core tests command for app enabling/disablingVincent Petry2021-03-232-17/+17
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-18/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Updated test to check for already enabled appsSander Ruitenbeek2020-04-241-0/+1
| | | | Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix: Using assertContains() with string haystacks is deprecated and will not ↵Daniel Kesselberg2019-12-082-8/+12
| | | | | | be supported in PHPUnit 9. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Mode to modern phpunitRoeland Jago Douma2019-11-272-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make appstore app:enable test more robust by using only shipped appsMorris Jobke2019-03-141-3/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use contacts instead of logreaderDaniel Kesselberg2019-02-191-3/+3
| | | | | | Logreader is not distributed by app store because shipped by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add install logic for enable commandDaniel Kesselberg2019-02-191-3/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Strict Types, Return TypesDaniel Kesselberg2019-02-192-4/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Disable multiple apps at onceDaniel Kesselberg2019-02-191-0/+84
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Enable multiple apps at onceDaniel Kesselberg2019-02-191-0/+89
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>