This commit is contained in:
Thomas Citharel 2016-02-11 13:39:21 +01:00
parent 0783c99a19
commit da0a9e01e9
3 changed files with 5 additions and 7 deletions

View File

@ -10,7 +10,6 @@ use Wallabag\UserBundle\Entity\User;
use Wallabag\CoreBundle\Tools\Utils; use Wallabag\CoreBundle\Tools\Utils;
use Wallabag\CoreBundle\Helper\ContentProxy; use Wallabag\CoreBundle\Helper\ContentProxy;
class WallabagV1Import implements ImportInterface class WallabagV1Import implements ImportInterface
{ {
protected $user; protected $user;
@ -127,7 +126,7 @@ class WallabagV1Import implements ImportInterface
protected function parseEntries($entries) protected function parseEntries($entries)
{ {
$i = 1; $i = 1;
/** /*
* Untitled in all languages from v1. This should never have been translated * Untitled in all languages from v1. This should never have been translated
*/ */
$untitled = array('Untitled', 'Sans titre', 'podle nadpisu', 'Sin título', 'با عنوان', 'per titolo', 'Sem título', 'Без названия', 'po naslovu', 'Без назви'); $untitled = array('Untitled', 'Sans titre', 'podle nadpisu', 'Sin título', 'با عنوان', 'per titolo', 'Sem título', 'Без названия', 'po naslovu', 'Без назви');

View File

@ -14,7 +14,6 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase
protected $logHandler; protected $logHandler;
protected $contentProxy; protected $contentProxy;
private function getWallabagV1Import($unsetUser = false) private function getWallabagV1Import($unsetUser = false)
{ {
$this->user = new User(); $this->user = new User();