aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
AgeCommit message (Expand)Author
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-03test(json): serialize the tests sharing the tabs2.json scratch filensfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02test(bootstrap): port the remaining env setup from tests/bootstrap.phpnsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis
2026-08-02test(completion): port CommandCompletionTester and CompletionFunctionalTestnsfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-08-02fix(repository): run lazy initialization in count/has_packagensfisis
2026-08-02refactor(php-shim): drop pack/unpack in favor of direct byte handlingnsfisis
2026-08-02fix(diagnose-command): pass the self-audit when installed.json is absentnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-25fix(require-command): end input borrow before asking for confirmationnsfisis
2026-07-25fix(package-discovery): pass IO so platform requirement warnings surfacensfisis
2026-07-25perf(advisory): share AnySecurityAdvisory via Rcnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25refactor(operation): replace OperationInterface with AnyOperation enumnsfisis
2026-07-24fix(event-dispatcher): invoke Closure listeners instead of always failing is_...nsfisis
2026-07-24test(installer-test): revert to loop-based fixture iterationnsfisis
2026-07-24docs(installer-test): record confirmed cause for github-issues-7665 ignorensfisis
2026-07-24fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>nsfisis
2026-07-24fix(solver-problems): preserve first-occurrence order in extension hintnsfisis
2026-07-24fix(installer-test): catch exceptions thrown during composer constructionnsfisis
2026-07-24fix(array-dumper): dump source/dist mirrors as a JSON arraynsfisis
2026-07-24fix(package): rewrite dist-reference SHA regex without look-aroundnsfisis
2026-07-24fix(composer-repository): initialize wrapper before delegating loadPackagesnsfisis
2026-07-24fix(installer-test): port InstallerTest::setUp's chdir(__DIR__)nsfisis
2026-07-24fix(pool-builder): use plain getPackages() on locked repositorynsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis
2026-07-24fix(installer-test): classify EXPECT-LOCK by PHP truthiness, not string matchnsfisis
2026-07-24fix(php-shim): keep literal '>' outside tags in strip_tagsnsfisis
2026-07-24fix(locker): return stability-flags as int, not stringnsfisis
2026-07-24fix(installer-test): match Locker content-hash encoding to lock hashnsfisis
2026-07-24test(installer): split integration tests into one #[test] per fixturensfisis
2026-07-20fix(json-file): forward detected indent into write's encode optionsnsfisis
2026-07-20fix(pool-builder): fix three build_pool bugs found by un-ignoring test_pool_b...nsfisis
2026-07-20fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8nsfisis
2026-07-20test(proxy-manager): un-ignore tests by serializing env-var accessnsfisis
2026-07-20fix(php-shim): use PhpMixed::to_bool() for PHP truthy castsnsfisis
2026-07-20test(ignore): document root causes for unannotated #[ignore] testsnsfisis
2026-07-20fix(advisory): treat int-keyed ignore entries as plain IDsnsfisis
2026-07-20fix(diagnose-command): stop holding a Config borrow across http callsnsfisis
2026-07-20feat(php-rpc): implement phpinfo() capture over RPCnsfisis
2026-07-20test(fund-command): match PHP tester options for deterministic displaynsfisis
2026-07-20test(show-command): ignore test_self over UTC-only date() timezone gapnsfisis
2026-07-20test(zip): detail why the zip-extension test stays ignorednsfisis