Skip to content

Commit 87dbfb5

Browse files
committed
Typo
1 parent 0ad48a7 commit 87dbfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PhpUnit/Psr7AssertsTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testAssertResponseIsValidIfClientErrorAndRequestIsInvalid()
5252
self::assertResponseAndRequestMatch($response, $request, $this->schemaManager);
5353
}
5454

55-
public function testAssertRerquestIsInvalidIfResponseIsNotAClientError()
55+
public function testAssertRequestIsInvalidIfResponseIsNotAClientError()
5656
{
5757
$response = $this->createMockResponse(200, $this->getValidHeaders(), $this->getValidResponseBody());
5858
$request = $this->createMockRequest('POST', '/api/pets', ['Content-Type' => ['application/pdf']]);

tests/PhpUnit/SymfonyAssertsTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testAssertResponseIsValidIfClientErrorAndRequestIsInvalid()
5050
self::assertResponseAndRequestMatch($response, $request, $this->schemaManager);
5151
}
5252

53-
public function testAssertRerquestIsInvalidIfResponseIsNotAClientError()
53+
public function testAssertRequestIsInvalidIfResponseIsNotAClientError()
5454
{
5555
$response = $this->createMockResponse(200, $this->getValidHeaders(), $this->getValidResponseBody());
5656
$request = $this->createMockRequest('POST', '/api/pets', ['Content-Type' => ['application/pdf']]);

0 commit comments

Comments
 (0)