aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php')
-rw-r--r--src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
index 78cc19b6..093420f9 100644
--- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
+++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
@@ -14,7 +14,6 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase
14 protected $logHandler; 14 protected $logHandler;
15 protected $contentProxy; 15 protected $contentProxy;
16 16
17
18 private function getWallabagV1Import($unsetUser = false) 17 private function getWallabagV1Import($unsetUser = false)
19 { 18 {
20 $this->user = new User(); 19 $this->user = new User();
@@ -27,7 +26,7 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase
27 ->disableOriginalConstructor() 26 ->disableOriginalConstructor()
28 ->getMock(); 27 ->getMock();
29 28
30 $wallabag = new WallabagV1Import($this->em,$this->contentProxy); 29 $wallabag = new WallabagV1Import($this->em, $this->contentProxy);
31 30
32 $this->logHandler = new TestHandler(); 31 $this->logHandler = new TestHandler();
33 $logger = new Logger('test', array($this->logHandler)); 32 $logger = new Logger('test', array($this->logHandler));