From ab3b1ac51a4a97f259f8164b47e1f47eed6783ed Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 11 Apr 2024 10:06:07 +0300 Subject: [PATCH] Add groups --- app/controllers/api/databases.php | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index e921c0dcc7..06b8b139e5 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -382,7 +382,7 @@ function updateAttribute( } App::init() - ->groups(['database']) + ->groups(['database', 'function', 'storage', 'messaging']) ->inject('project') ->action(function (Document $project) { if ($project->getId() === 'console') { diff --git a/phpunit.xml b/phpunit.xml index 90ebd4225f..e772866051 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" + stopOnFailure="true" >