public function testLogThrowsExceptionWithInvalidLevel() { $psrLogger = $this->getPsrLogger($this->connection); $psrLogger->log('INVALID-LEVEL', $this->textPayload); }