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 bf63414 commit 92a86e2Copy full SHA for 92a86e2
tests/DependencyInjection/ConfigurationTest.php
@@ -288,7 +288,7 @@ public function testMaxRequestBodySizeValues($maxRequestBodySize): void
288
$this->assertSame($maxRequestBodySize, $options->getMaxRequestBodySize());
289
}
290
291
- private function maxRequestBodySizeValuesDataProvider(): \Generator
+ public function maxRequestBodySizeValuesDataProvider(): \Generator
292
{
293
yield ['never'];
294
yield ['none'];
0 commit comments