forked from wallabag/wallabag
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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user