@@ -35,8 +35,8 @@ |
||
35 | 35 | { |
36 | 36 | parent::setUp(); |
37 | 37 | |
38 | - $this->logger = $this->createMock('Psr\Log\LoggerInterface'); |
|
39 | - $this->factory = $this->createMock('Core23\PiwikBundle\Client\ClientFactory'); |
|
38 | + $this->logger = $this->createMock('Psr\Log\LoggerInterface'); |
|
39 | + $this->factory = $this->createMock('Core23\PiwikBundle\Client\ClientFactory'); |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | public function testExecute() |