aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Apps/AppsDisableTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-241-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg2021-10-011-9/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix unit testsJoas Schilling2021-09-291-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app version checkJoas Schilling2021-06-251-7/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix core tests command for app enabling/disablingVincent Petry2021-03-231-6/+6
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-071-6/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix: Using assertContains() with string haystacks is deprecated and will not ↵Daniel Kesselberg2019-12-081-1/+1
| | | | | | be supported in PHPUnit 9. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Strict Types, Return TypesDaniel Kesselberg2019-02-191-2/+3
| | | | 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>