Typofixes

This commit is contained in:
JT Smith
2022-10-03 18:31:43 -06:00
parent ed777871c0
commit 6da76ffaae
7 changed files with 7 additions and 7 deletions

View File

@ -202,7 +202,7 @@ class DownloadImagesTest extends TestCase
$this->assertFalse($res);
}
public function testEnsureOnlyFirstOccurenceIsReplaced()
public function testEnsureOnlyFirstOccurrenceIsReplaced()
{
$httpMockClient = new HttpMockClient();
$httpMockClient->addResponse(new Response(200, ['content-type' => 'image/png'], file_get_contents(__DIR__ . '/../fixtures/unnamed.png')));