Skip to content

Commit 92a86e2

Browse files
committed
fix
1 parent bf63414 commit 92a86e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function testMaxRequestBodySizeValues($maxRequestBodySize): void
288288
$this->assertSame($maxRequestBodySize, $options->getMaxRequestBodySize());
289289
}
290290

291-
private function maxRequestBodySizeValuesDataProvider(): \Generator
291+
public function maxRequestBodySizeValuesDataProvider(): \Generator
292292
{
293293
yield ['never'];
294294
yield ['none'];

0 commit comments

Comments
 (0)