Add groups

This commit is contained in:
fogelito 2024-04-11 10:06:07 +03:00
parent 84ffc95773
commit ab3b1ac51a
2 changed files with 2 additions and 2 deletions

View file

@ -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') {

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />