public function testSetLogPathFailure()
 {
     $this->logReader->setLogPath('test');
     $this->setExpectedException('Stevebauman\\LogReader\\Exceptions\\UnableToRetrieveLogFilesException');
     $this->logReader->get();
 }