Skip to content

Commit dd7fe84

Browse files
committed
Update MODULE.json
1 parent 542fa06 commit dd7fe84

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

MODULE.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"components": [],
1515
"config": [
1616
{
17-
"path": "loki_base/messages/timeout",
17+
"path": "loki_base\/messages\/timeout",
1818
"label": "Messages > Timeout",
1919
"description": "Whenever messages are popping up, they are automatically after this timeout. This is by default 5000ms (5 seconds)."
2020
}
2121
],
22-
"tests": [],
23-
"phpcs_severity": "8",
24-
"phpstan_level": "5"
22+
"tests": {
23+
"unit": 0,
24+
"integration": 3,
25+
"functional": 0
26+
}
2527
}

0 commit comments

Comments
 (0)