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 f5b864d commit e7eb085Copy full SHA for e7eb085
1 file changed
tests/lib/Preview/GeneratorTest.php
@@ -158,8 +158,13 @@ public function testGetNewPreview() {
158
->willReturn($previewFolder);
159
160
$this->config->method('getSystemValue')
161
- ->willReturnCallback(function ($key, $defult) {
162
- return $defult;
+ ->willReturnCallback(function ($key, $default) {
+ return $deafult;
163
+ });
164
+
165
+ $this->config->method('getSystemValueInt')
166
167
+ return $default;
168
});
169
170
$invalidProvider = $this->createMock(IProviderV2::class);
0 commit comments