Example #1
0
 /**
  * @expectedException Exception
  */
 public function testReadAllFailure()
 {
     $filename = "{$this->filename}-readall-nope";
     $file = new LocalFile($this->driver, $filename);
     $file->readAll();
 }