forked from wallabag/wallabag
CS
This commit is contained in:
@ -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', 'Без назви');
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user