diff options
Diffstat (limited to 'crates/shirabe/tests/downloader/file_downloader_test.rs')
| -rw-r--r-- | crates/shirabe/tests/downloader/file_downloader_test.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/tests/downloader/file_downloader_test.rs b/crates/shirabe/tests/downloader/file_downloader_test.rs index 2fd7d52e..e2b19958 100644 --- a/crates/shirabe/tests/downloader/file_downloader_test.rs +++ b/crates/shirabe/tests/downloader/file_downloader_test.rs @@ -185,12 +185,18 @@ fn test_download_but_file_is_unsaved() { #[test] #[ignore = "requires PHPUnit mocks of Cache::copyTo/copyFrom asserting on $cacheKey plus PreFileDownloadEvent::setProcessedUrl dispatch, which is TODO(plugin) in FileDownloader::download"] fn test_download_with_custom_processed_url() { + // TODO(phase-d): requires PHPUnit mocks of Cache::copyTo/copyFrom asserting on $cacheKey + // plus PreFileDownloadEvent::setProcessedUrl dispatch, which is TODO(plugin) in + // FileDownloader::download. todo!() } #[test] #[ignore = "requires PHPUnit mocks of Cache::copyTo/copyFrom asserting on $cacheKey plus PreFileDownloadEvent::setCustomCacheKey dispatch, which is TODO(plugin) in FileDownloader::download"] fn test_download_with_custom_cache_key() { + // TODO(phase-d): requires PHPUnit mocks of Cache::copyTo/copyFrom asserting on $cacheKey + // plus PreFileDownloadEvent::setCustomCacheKey dispatch, which is TODO(plugin) in + // FileDownloader::download. todo!() } |
