Example #1
0
 public function testGetHandleOpen()
 {
     $file = new File(parent::$tempDir . "something.txt");
     $file->open('w+');
     $this->assertNotNull($file->GetHandle());
 }