public function testDateFailure()
 {
     $this->setExpectedException('Stevebauman\\LogReader\\Exceptions\\InvalidTimestampException');
     $this->logReader->date('test')->get();
 }