예제 #1
0
 function testGet()
 {
     $file = new File(SABRE_TEMPDIR . '/file.txt');
     $this->assertEquals('Contents', stream_get_contents($file->get()));
 }