mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Fix tests
This commit is contained in:
parent
03ce43d466
commit
11b8695663
@ -23,7 +23,7 @@ class RssControllerTest extends WallabagCoreTestCase
|
||||
$this->assertEquals(1, $xpath->query('/rss/channel')->length);
|
||||
|
||||
$this->assertEquals(1, $xpath->query('/rss/channel/title')->length);
|
||||
$this->assertEquals('wallabag — '.$type.' feed', $xpath->query('/rss/channel/title')->item(0)->nodeValue);
|
||||
$this->assertEquals('wallabag - '.$type.' feed', $xpath->query('/rss/channel/title')->item(0)->nodeValue);
|
||||
|
||||
$this->assertEquals(1, $xpath->query('/rss/channel/pubDate')->length);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user