]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #4410 from wallabag/dependabot/composer/friendsofsymfony/jsrouting...
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Mon, 25 May 2020 04:09:33 +0000 (06:09 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 04:09:33 +0000 (06:09 +0200)
Bump friendsofsymfony/jsrouting-bundle from 2.5.4 to 2.6.0

composer.lock
tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php

index 1cfd161529364cfe90f8d30e7c60d445fe8c5971..4575a98f4a9a3dba61d8654d77e6bfab1d199fb3 100644 (file)
         },
         {
             "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": {
                 "javascript",
                 "routing"
             ],
-            "time": "2020-04-15T09:21:31+00:00"
+            "time": "2020-05-20T09:38:45+00:00"
         },
         {
             "name": "friendsofsymfony/oauth-server-bundle",
index 963759b1e76829a0da9e267342ccf95308f19530..15646d55bad84fab1bf79f1107150426bae2fce9 100644 (file)
@@ -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');