mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
Add missing assertion in tests
This commit is contained in:
parent
5661e8d42a
commit
acc0a80179
1 changed files with 3 additions and 0 deletions
|
@ -97,5 +97,8 @@ class ImportCommandTest extends WallabagCoreTestCase
|
||||||
'--useUserId' => true,
|
'--useUserId' => true,
|
||||||
'--importer' => 'v2',
|
'--importer' => 'v2',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$this->assertContains('imported', $tester->getDisplay());
|
||||||
|
$this->assertContains('already saved', $tester->getDisplay());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue