Example #1
0
 /**
  *
  */
 public function testReadWithLength()
 {
     $this->_file->write('great test string');
     $this->assertEquals('great test', $this->_file->read(10));
     $this->_file->emptyFile();
 }