mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Updated test to check for already enabled apps
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
This commit is contained in:
parent
defcbd9169
commit
3d9cd00c7b
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class AppsEnableTest extends TestCase {
|
|||
$data = [
|
||||
[['admin_audit'], null, 0, 'admin_audit enabled'],
|
||||
[['comments'], null, 0, 'comments enabled'],
|
||||
[['comments', 'comments'], null, 0, "comments enabled\ncomments already enabled"],
|
||||
[['invalid_app'], null, 1, 'Could not download app invalid_app'],
|
||||
|
||||
[['admin_audit', 'comments'], null, 0, "admin_audit enabled\ncomments enabled"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue