diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-05-25 06:09:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 06:09:33 +0200 |
commit | 372810b687e767a7f1114fded82955397bb88040 (patch) | |
tree | ff4c2503fbcfbe2dd0dfa6d1f6d9a6c4c266279d | |
parent | bf7cf20b442c6bf7ea9b9407478fee1c1037e3d1 (diff) | |
parent | 9dfceff022df2258d1e8317d91d6207d426d625c (diff) | |
download | wallabag-372810b687e767a7f1114fded82955397bb88040.tar.gz wallabag-372810b687e767a7f1114fded82955397bb88040.tar.zst wallabag-372810b687e767a7f1114fded82955397bb88040.zip |
Merge pull request #4410 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.6.0
Bump friendsofsymfony/jsrouting-bundle from 2.5.4 to 2.6.0
-rw-r--r-- | composer.lock | 10 | ||||
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index 1cfd1615..4575a98f 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -1773,16 +1773,16 @@ | |||
1773 | }, | 1773 | }, |
1774 | { | 1774 | { |
1775 | "name": "friendsofsymfony/jsrouting-bundle", | 1775 | "name": "friendsofsymfony/jsrouting-bundle", |
1776 | "version": "2.5.4", | 1776 | "version": "2.6.0", |
1777 | "source": { | 1777 | "source": { |
1778 | "type": "git", | 1778 | "type": "git", |
1779 | "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", | 1779 | "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", |
1780 | "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869" | 1780 | "reference": "9deaf916760ce1d64cf46460473260b02751cee5" |
1781 | }, | 1781 | }, |
1782 | "dist": { | 1782 | "dist": { |
1783 | "type": "zip", | 1783 | "type": "zip", |
1784 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869", | 1784 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5", |
1785 | "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869", | 1785 | "reference": "9deaf916760ce1d64cf46460473260b02751cee5", |
1786 | "shasum": "" | 1786 | "shasum": "" |
1787 | }, | 1787 | }, |
1788 | "require": { | 1788 | "require": { |
@@ -1831,7 +1831,7 @@ | |||
1831 | "javascript", | 1831 | "javascript", |
1832 | "routing" | 1832 | "routing" |
1833 | ], | 1833 | ], |
1834 | "time": "2020-04-15T09:21:31+00:00" | 1834 | "time": "2020-05-20T09:38:45+00:00" |
1835 | }, | 1835 | }, |
1836 | { | 1836 | { |
1837 | "name": "friendsofsymfony/oauth-server-bundle", | 1837 | "name": "friendsofsymfony/oauth-server-bundle", |
diff --git a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php index 963759b1..15646d55 100644 --- a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php | |||
@@ -121,7 +121,7 @@ class PinboardControllerTest extends WallabagCoreTestCase | |||
121 | $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content); | 121 | $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content); |
122 | $this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok'); | 122 | $this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok'); |
123 | $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok'); | 123 | $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok'); |
124 | $this->assertNull($content->getLanguage(), 'Language for https://ma.ttias.be is null'); | 124 | $this->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok'); |
125 | 125 | ||
126 | $tags = $content->getTags(); | 126 | $tags = $content->getTags(); |
127 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); | 127 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); |