X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FImportBundle%2FCommand%2FImportCommandTest.php;fp=tests%2FWallabag%2FImportBundle%2FCommand%2FImportCommandTest.php;h=f95320a4affae0f4968a4f592ea7e9115ef4cd31;hb=acc0a801798d624cfab44ea04769a46dfa54b49b;hp=30aee4d8a7af2b3dc3a8d5d7ba0b4f3f1b14e451;hpb=5661e8d42af5d0557bf8017b515c51335757d6f2;p=github%2Fwallabag%2Fwallabag.git diff --git a/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php b/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php index 30aee4d8..f95320a4 100644 --- a/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php +++ b/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php @@ -97,5 +97,8 @@ class ImportCommandTest extends WallabagCoreTestCase '--useUserId' => true, '--importer' => 'v2', ]); + + $this->assertContains('imported', $tester->getDisplay()); + $this->assertContains('already saved', $tester->getDisplay()); } }