1210c1210 < index 0000000..3076fed --- > index 0000000..a413ee5 1213c1213 < @@ -0,0 +1,140 @@ --- > @@ -0,0 +1,149 @@ 1244a1245,1254 > + * Test successful copies from a remote source. > + */ > + public function testSuccessfulRemoteCopy() { > + $destination_path = 'temporary://favicon.ico'; > + $this->doImport('https://www.drupal.org/favicon.ico', $destination_path); > + $message = sprintf('File %s exists', $destination_path); > + $this->assertTrue(is_file($destination_path), $message); > + } > + > + /** 1269d1278 < + 'Temporary file using a remote path' => array('https://www.drupal.org/favicon.ico', 'temporary://favicon.ico'), 1277c1286 < + public function testSuccessfulMoves() { --- > + public function testSuccessfulMoves($data) {