diff options
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests')
-rw-r--r-- | src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php | 3 | ||||
-rw-r--r-- | src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php | 2 |
2 files changed, 2 insertions, 3 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)); |
diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php index 0b33afb6..ebabb8f7 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php | |||
@@ -26,7 +26,7 @@ class WallabagV2ImportTest extends \PHPUnit_Framework_TestCase | |||
26 | ->disableOriginalConstructor() | 26 | ->disableOriginalConstructor() |
27 | ->getMock(); | 27 | ->getMock(); |
28 | 28 | ||
29 | $wallabag = new WallabagV2Import($this->em,$this->contentProxy); | 29 | $wallabag = new WallabagV2Import($this->em, $this->contentProxy); |
30 | 30 | ||
31 | $this->logHandler = new TestHandler(); | 31 | $this->logHandler = new TestHandler(); |
32 | $logger = new Logger('test', array($this->logHandler)); | 32 | $logger = new Logger('test', array($this->logHandler)); |