assertEquals($content, $logFile->getContent()); } public function testGetPathReturnsNull(): void { $logFile = new StringLogFile("anything"); $this->assertNull($logFile->getPath()); } }