Пример #1
0
 /**
  * 
  * Testing getFileSize without data
  *
  */
 public function testGetFileSizeWithoutData()
 {
     unset($this->data['file_size']);
     $file = new File($this->data);
     $id = $file->getFileSize();
     $this->assertNull($id);
 }