diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-10 14:24:42 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-21 11:44:35 +0200 |
commit | 11b8695663b3a649a452b8a4d2ee3ccd70202e9e (patch) | |
tree | aa44615378b939bab5b0d57e5cda1447ebc44b13 | |
parent | 03ce43d466daf9d085f5b521b223cb8b351a1c0e (diff) | |
download | wallabag-11b8695663b3a649a452b8a4d2ee3ccd70202e9e.tar.gz wallabag-11b8695663b3a649a452b8a4d2ee3ccd70202e9e.tar.zst wallabag-11b8695663b3a649a452b8a4d2ee3ccd70202e9e.zip |
Fix tests
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/RssControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php b/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php index b46f3f9d..530c8bbf 100644 --- a/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php | |||
@@ -23,7 +23,7 @@ class RssControllerTest extends WallabagCoreTestCase | |||
23 | $this->assertEquals(1, $xpath->query('/rss/channel')->length); | 23 | $this->assertEquals(1, $xpath->query('/rss/channel')->length); |
24 | 24 | ||
25 | $this->assertEquals(1, $xpath->query('/rss/channel/title')->length); | 25 | $this->assertEquals(1, $xpath->query('/rss/channel/title')->length); |
26 | $this->assertEquals('wallabag — '.$type.' feed', $xpath->query('/rss/channel/title')->item(0)->nodeValue); | 26 | $this->assertEquals('wallabag - '.$type.' feed', $xpath->query('/rss/channel/title')->item(0)->nodeValue); |
27 | 27 | ||
28 | $this->assertEquals(1, $xpath->query('/rss/channel/pubDate')->length); | 28 | $this->assertEquals(1, $xpath->query('/rss/channel/pubDate')->length); |
29 | 29 | ||