Пример #1
0
 /**
  *
  * Testing getFileId
  *
  */
 public function testGetFileId()
 {
     $file = new File($this->data);
     $id = $file->getFileId();
     $this->assertInternalType('int', $id);
     $this->assertEquals($this->data['file_id'], $id);
 }