Merge remote-tracking branch 'origin/master' into 2.6.0

This commit is contained in:
Jeremy Benoist
2022-10-18 11:11:02 +02:00
32 changed files with 691 additions and 432 deletions

View File

@ -1502,8 +1502,8 @@ class EntryControllerTest extends WallabagCoreTestCase
'pt_BR',
],
'es-ES' => [
'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
'es_ES',
'https://elpais.com/internacional/2022-10-09/ultima-hora-de-la-guerra-en-ucrania-hoy-en-directo.html',
'es',
],
];
}

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')));