Skip to content

Commit e7487bc

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix merge [AssetMapper] Split test dirs in tests Fix typo Change incorrect check for the `stateless` request attribute [Validator] add setGroupProvider to AttributeLoader use copy() instead of rename() on Windows test: kebab-case to snake_case [PropertyInfo] Handle collection in PhpStan same as PhpDoc [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
2 parents bb1980e + 6b766c4 commit e7487bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BinaryFileResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function testAcceptRangeOnUnsafeMethods()
344344
$this->assertEquals('none', $response->headers->get('Accept-Ranges'));
345345
}
346346

347-
public function testAcceptRangeNotOverriden()
347+
public function testAcceptRangeNotOverridden()
348348
{
349349
$request = Request::create('/', 'POST');
350350
$response = new BinaryFileResponse(__DIR__.'/File/Fixtures/test.gif', 200, ['Content-Type' => 'application/octet-stream']);

0 commit comments

Comments
 (0)