예제 #1
0
 public function testFreadError()
 {
     $this->setExpectedException('RuntimeException', 'Error reading from file fail:');
     $fileObject = new FileObject('fail://', 'r');
     $fileObject->fread(10);
 }