forked from wallabag/wallabag
Add missing assertion in tests
This commit is contained in:
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user