mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
updated tests
This commit is contained in:
parent
d1af8ad4db
commit
b88cf91fc8
9 changed files with 10 additions and 17 deletions
|
@ -75,7 +75,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
$this->assertEquals('Pocket', $pocketImport->getName());
|
||||
$this->assertNotEmpty($pocketImport->getUrl());
|
||||
$this->assertContains('This importer will import all your <a href="https://getpocket.com">Pocket</a> data.', $pocketImport->getDescription());
|
||||
$this->assertContains('This importer will import all your Pocket data.', $pocketImport->getDescription());
|
||||
}
|
||||
|
||||
public function testOAuthRequest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue