Add controller test for Instapaper

This commit is contained in:
Jeremy Benoist
2016-09-27 17:01:14 +02:00
committed by Nicolas Lœuillet
parent ff1a5362f7
commit c7ea9b41f3
6 changed files with 221 additions and 0 deletions

View File

@ -45,6 +45,8 @@ abstract class BrowserImport extends AbstractImport
$data = json_decode(file_get_contents($this->filepath), true);
if (empty($data)) {
$this->logger->error('Wallabag Browser: no entries in imported file');
return false;
}