Beispiel #1
0
 /**
  * Tests Dropbox->filesGet()
  */
 public function testFilesGet()
 {
     $response = $this->dropbox->filesGet(BASE_PATH . 'hàh@, $.txt');
     $this->assertArrayHasKey('content_type', $response);
     $this->assertArrayHasKey('data', $response);
 }