]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/FeedBuilderTest.php
Fix hashtags links in Feeds
[github/shaarli/Shaarli.git] / tests / FeedBuilderTest.php
index aa57f44e7c30c5b0dce249aeabb1bcdcdbe78b3d..d783940273c83f07e4e79a23f3f63d4d5fc5d9e4 100644 (file)
@@ -249,5 +249,6 @@ class FeedBuilderTest extends PHPUnit_Framework_TestCase
         $link = array_shift($data['links']);
         $this->assertEquals('http://host.tld:8080/~user/shaarli/?WDWyig', $link['guid']);
         $this->assertEquals('http://host.tld:8080/~user/shaarli/?WDWyig', $link['url']);
+        $this->assertContains('http://host.tld:8080/~user/shaarli/?addtag=hashtag', $link['description']);
     }
 }