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 74b5921 commit fd03601Copy full SHA for fd03601
src/Testing/FakeFolder.php
@@ -136,6 +136,25 @@ public function expunge(): array
136
return [];
137
}
138
139
+ /**
140
+ * {@inheritDoc}
141
+ */
142
+ public function quota(): array
143
+ {
144
+ return [
145
+ 'MESSAGES' => [
146
+ 'usage' => 0,
147
+ 'limit' => 0,
148
+ ],
149
+ 'STORAGE' => [
150
151
152
153
154
155
+ ];
156
+ }
157
+
158
/**
159
* {@inheritDoc}
160
*/
0 commit comments