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
This commit is contained in:
Jérémy Benoist 2020-05-25 06:09:33 +02:00 committed by GitHub
commit 372810b687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
composer.lock generated
View file

@ -1773,16 +1773,16 @@
}, },
{ {
"name": "friendsofsymfony/jsrouting-bundle", "name": "friendsofsymfony/jsrouting-bundle",
"version": "2.5.4", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869" "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869", "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1831,7 +1831,7 @@
"javascript", "javascript",
"routing" "routing"
], ],
"time": "2020-04-15T09:21:31+00:00" "time": "2020-05-20T09:38:45+00:00"
}, },
{ {
"name": "friendsofsymfony/oauth-server-bundle", "name": "friendsofsymfony/oauth-server-bundle",

View file

@ -121,7 +121,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content); $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
$this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok'); $this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok');
$this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok'); $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok');
$this->assertNull($content->getLanguage(), 'Language for https://ma.ttias.be is null'); $this->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok');
$tags = $content->getTags(); $tags = $content->getTags();
$this->assertContains('foot', $tags, 'It includes the "foot" tag'); $this->assertContains('foot', $tags, 'It includes the "foot" tag');