]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix tests
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 12 Nov 2019 13:33:45 +0000 (14:33 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 12 Nov 2019 13:33:45 +0000 (14:33 +0100)
tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php

index 15646d55bad84fab1bf79f1107150426bae2fce9..90192278c22d6c5ee5e10b48c217bbd927b7f6b1 100644 (file)
@@ -121,7 +121,6 @@ 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->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok');
 
         $tags = $content->getTags();
         $this->assertContains('foot', $tags, 'It includes the "foot" tag');