We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd56ec8 commit 956974cCopy full SHA for 956974c
apps/settings/tests/Controller/AppSettingsControllerTest.php
@@ -182,7 +182,7 @@ public function testViewApps(): void {
182
]);
183
184
$this->initialState
185
- ->expects($this->exactly(4))
+ ->expects($this->exactly(5))
186
->method('provideInitialState');
187
188
$policy = new ContentSecurityPolicy();
@@ -222,7 +222,7 @@ public function testViewAppsAppstoreNotEnabled(): void {
222
223
224
225
226
227
228
0 commit comments