public function testGetsLogger() { $this->client->setConnection($this->connection->reveal()); $this->assertInstanceOf(Logger::class, $this->client->logger('myLogger')); }