public function testCreateEntryThrowsExceptionWithInvalidData() { $logger = $this->getLogger($this->connection); $entry = $logger->entry(123123); }