aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/composer_test.rs
AgeCommit message (Collapse)Author
2026-06-21test: port remaining repository and util tests as stubsnsfisis
All ignored: Composer/Filesystem/Platform/Vcs repositories and the AuthHelper/Bitbucket/Git/Perforce/RemoteFilesystem/Svn utils mock IO/Config/HttpDownloader(curl)/ProcessExecutor or use reflection; Filesystem/ProcessExecutor/StreamContextFactory/ProxyManager need on-disk fixtures or proxy env. setUp/tearDown not ported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21test(composer): port ComposerTestnsfisis
setPackage/setDownloadManager getters verified against real instances. The repository-manager, installation-manager and locker cases build an HttpDownloader, which reaches curl_multi_init (todo!()) in the php-shim, so they are ignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21test: add empty test filesnsfisis