mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Add groups
This commit is contained in:
parent
84ffc95773
commit
ab3b1ac51a
2 changed files with 2 additions and 2 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
stopOnFailure="true"
|
||||
>
|
||||
<extensions>
|
||||
<extension class="Appwrite\Tests\TestHook" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue