mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +00:00
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:
commit
372810b687
2 changed files with 6 additions and 6 deletions
10
composer.lock
generated
10
composer.lock
generated
|
@ -1773,16 +1773,16 @@
|
|||
},
|
||||
{
|
||||
"name": "friendsofsymfony/jsrouting-bundle",
|
||||
"version": "2.5.4",
|
||||
"version": "2.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
|
||||
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869"
|
||||
"reference": "9deaf916760ce1d64cf46460473260b02751cee5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869",
|
||||
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869",
|
||||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
|
||||
"reference": "9deaf916760ce1d64cf46460473260b02751cee5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1831,7 +1831,7 @@
|
|||
"javascript",
|
||||
"routing"
|
||||
],
|
||||
"time": "2020-04-15T09:21:31+00:00"
|
||||
"time": "2020-05-20T09:38:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "friendsofsymfony/oauth-server-bundle",
|
||||
|
|
|
@ -121,7 +121,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
|
|||
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
|
||||
$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->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();
|
||||
$this->assertContains('foot', $tags, 'It includes the "foot" tag');
|
||||
|
|
Loading…
Reference in a new issue