diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-06 06:34:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-07 21:00:04 +0100 |
commit | b88cf91fc8371194df78e690983c61ea94f266cd (patch) | |
tree | ea9d934eb7a593de8cd69ea28e014a44702b23c7 /src/Wallabag/ImportBundle/Tests | |
parent | d1af8ad4dbf7f3ce5170655c2fa8403406283039 (diff) | |
download | wallabag-b88cf91fc8371194df78e690983c61ea94f266cd.tar.gz wallabag-b88cf91fc8371194df78e690983c61ea94f266cd.tar.zst wallabag-b88cf91fc8371194df78e690983c61ea94f266cd.zip |
updated tests
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests')
-rw-r--r-- | src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php | 2 | ||||
-rw-r--r-- | src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php index 1fc2dfa6..043b2114 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php | |||
@@ -75,7 +75,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase | |||
75 | 75 | ||
76 | $this->assertEquals('Pocket', $pocketImport->getName()); | 76 | $this->assertEquals('Pocket', $pocketImport->getName()); |
77 | $this->assertNotEmpty($pocketImport->getUrl()); | 77 | $this->assertNotEmpty($pocketImport->getUrl()); |
78 | $this->assertContains('This importer will import all your <a href="https://getpocket.com">Pocket</a> data.', $pocketImport->getDescription()); | 78 | $this->assertContains('This importer will import all your Pocket data.', $pocketImport->getDescription()); |
79 | } | 79 | } |
80 | 80 | ||
81 | public function testOAuthRequest() | 81 | public function testOAuthRequest() |
diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php index 8a8eb3fa..d5b41777 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php | |||
@@ -38,7 +38,7 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase | |||
38 | { | 38 | { |
39 | $wallabagV1Import = $this->getWallabagV1Import(); | 39 | $wallabagV1Import = $this->getWallabagV1Import(); |
40 | 40 | ||
41 | $this->assertEquals('Wallabag v1', $wallabagV1Import->getName()); | 41 | $this->assertEquals('wallabag v1', $wallabagV1Import->getName()); |
42 | $this->assertNotEmpty($wallabagV1Import->getUrl()); | 42 | $this->assertNotEmpty($wallabagV1Import->getUrl()); |
43 | $this->assertContains('This importer will import all your wallabag v1 articles.', $wallabagV1Import->getDescription()); | 43 | $this->assertContains('This importer will import all your wallabag v1 articles.', $wallabagV1Import->getDescription()); |
44 | } | 44 | } |