X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FTests%2FImport%2FPocketImportTest.php;h=43b60ec3eac0b5404d24150001a32017caa14166;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=450cdc9533724f98301348b6c68ccc52cbdbb21d;hpb=6ab56c7b2c225b74b000e9ecedfe28aa0f8d1e18;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php index 450cdc95..43b60ec3 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php @@ -85,7 +85,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase $this->assertEquals('Pocket', $pocketImport->getName()); $this->assertNotEmpty($pocketImport->getUrl()); - $this->assertContains('This importer will import all your Pocket data.', $pocketImport->getDescription()); + $this->assertEquals('import.pocket.description', $pocketImport->getDescription()); } public function testOAuthRequest()