aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
AgeCommit message (Expand)Author
2026-06-28test(show): clarify ignore reason for empty platform sectionnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28fix(installer): execute install/update/uninstall ops in execute_batchnsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28test(functional): port AllFunctionalTest integration harnessnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28test(json): drop JsonFormatterTest stubnsfisis
2026-06-28test(downloader): cfg-gate XzDownloaderTest skip on Windows/32bitnsfisis
2026-06-28test(command): port HomeCommandTest useCaseProvider casesnsfisis
2026-06-28test(command): port DiagnoseCommandTest casesnsfisis
2026-06-28test(tests): use mockall for hand-written interface mocksnsfisis
2026-06-28test(util/git): port interactive Bitbucket OAuth runCommand testnsfisis
2026-06-28test(repository): port testRepositoryWritesInstalledPhpnsfisis
2026-06-28test(console): correct inaccurate test skip reasonsnsfisis
2026-06-28test(console): port DocumentationTest::testCommandnsfisis
2026-06-28test(package/archiver): port testGitExcludesnsfisis
2026-06-28test(package/version): port testFindRecommendedRequireVersionnsfisis
2026-06-28test(downloader): port Fossil/Hg testRemovensfisis
2026-06-28test(factory): port testDefaultValuesAreAsExpectednsfisis
2026-06-28test(config): port testProhibitedUrlsWarningVerifyPeernsfisis
2026-06-28test(command/status): port testLocallyModifiedPackagesnsfisis
2026-06-28test(util): port MetadataMinifier expand testnsfisis
2026-06-27feat(installer): register default installers after Composer Rc is builtnsfisis
2026-06-27feat(command/update): port UpdateCommand input definitionnsfisis
2026-06-27refactor(http): present reqwest instead of faking curl_versionnsfisis
2026-06-27fix(json): encode empty stdClass fields as {} not []nsfisis
2026-06-27test: serialize env-var-dependent testsnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27fix(command/show): match PHP null/isset semantics in package outputnsfisis
2026-06-27fix(json): include property name in required-property errorsnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27test(command): port install/reinstall/require/update tester testsnsfisis
2026-06-27fix(validate-command): release Composer borrow before dispatching CommandEventnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26feat(show-command): port the real configure() input definitionnsfisis
2026-06-26fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...nsfisis
2026-06-26fix(check-platform-reqs-command): add PlatformRepository to existing compositensfisis
2026-06-26test(command): port show/remove/global/audit/check-platform-reqs/status/self-...nsfisis
2026-06-26feat(symfony-style): implement is_console_output_interface, apply real table ...nsfisis
2026-06-26test(base-dependency-command): correct why-not ignore reason to trigger_errornsfisis
2026-06-26refactor(symfony-table): model rows/cells with enums instead of PhpMixednsfisis
2026-06-26test(config-command): un-ignore test_config_reads_repos_by_numeric_indexnsfisis
2026-06-26fix(dump-autoload-command): borrow Composer immutably in executensfisis
2026-06-26fix(repository-command,config): delimited Preg pattern and list-form reposnsfisis
2026-06-26test(command): port command test bodies from Composer PHPUnit suitensfisis
2026-06-26test(search-command): port testInvalidFormat/testInvalidFlags; ignore testSea...nsfisis
2026-06-26test: un-ignore 14 tests that pass against current implementationsnsfisis
2026-06-26feat(dependency-resolver): wire operation get_package and unblock solver testsnsfisis
2026-06-26test: recover binary_installer full-compat port; implement posix_getpwuidnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis