logPath = __DIR__.'/logs'; $this->logger = new Logger($this->logPath); } public function testImplementsPsr3LoggerInterface() { $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->logger); } }