1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Merge pull request #7294 from yguedidi/move-assets-to-assets-root-folder-as-is

Move assets to assets/ root folder "as is"
This commit is contained in:
Yassine Guedidi 2024-02-26 14:05:08 +01:00 committed by GitHub
commit a543e8fdd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 5 additions and 270 deletions

View file

@ -27,7 +27,7 @@ class FeedControllerTest extends WallabagTestCase
$this->assertSame(1, $xpath->query('/a:feed/a:title')->length);
$this->assertStringContainsString('favicon.ico', $xpath->query('/a:feed/a:icon')->item(0)->nodeValue);
$this->assertStringContainsString('logo-square.png', $xpath->query('/a:feed/a:logo')->item(0)->nodeValue);
$this->assertStringContainsString('logo-square.svg', $xpath->query('/a:feed/a:logo')->item(0)->nodeValue);
$this->assertSame(1, $xpath->query('/a:feed/a:updated')->length);