@@ -41,8 +41,8 @@ |
||
| 41 | 41 | { |
| 42 | 42 | parent::setUp(); |
| 43 | 43 | |
| 44 | - $this->logger = $this->getMock('Psr\Log\LoggerInterface'); |
|
| 45 | - $this->factory = $this->getMock('Core23\PiwikBundle\Client\ClientFactory'); |
|
| 44 | + $this->logger = $this->getMock('Psr\Log\LoggerInterface'); |
|
| 45 | + $this->factory = $this->getMock('Core23\PiwikBundle\Client\ClientFactory'); |
|
| 46 | 46 | $this->templating = new FakeTemplating(); |
| 47 | 47 | } |
| 48 | 48 | |