safe-chains 0.139.2

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "phpunit"
description = "PHP unit testing framework. Executes PHP test files, which can perform arbitrary operations within tests. By default only writes to stdout. --log-*, --coverage-*, --generate-baseline, --testdox-* flags write report files. --generate-configuration and --migrate-configuration create/modify XML config. One major release per year (early February); frequent patches."
url = "https://docs.phpunit.de/"
level = "SafeRead"
standalone = [
    "--cache-result", "--check-version",
    "--debug", "--disable-coverage-ignore",
    "--disallow-test-output", "--display-all-issues",
    "--display-deprecations", "--display-errors", "--display-incomplete",
    "--display-notices", "--display-phpunit-deprecations",
    "--display-phpunit-notices", "--display-skipped", "--display-warnings",
    "--do-not-cache-result", "--do-not-report-useless-tests",
    "--enforce-time-limit",
    "--fail-on-all-issues", "--fail-on-deprecation",
    "--fail-on-empty-test-suite", "--fail-on-incomplete",
    "--fail-on-notice", "--fail-on-phpunit-deprecation",
    "--fail-on-phpunit-notice", "--fail-on-phpunit-warning",
    "--fail-on-risky", "--fail-on-skipped", "--fail-on-warning",
    "--globals-backup",
    "--help",
    "--ignore-baseline", "--ignore-dependencies",
    "--list-groups", "--list-suites", "--list-test-files",
    "--list-test-ids", "--list-tests",
    "--no-configuration", "--no-coverage", "--no-extensions",
    "--no-logging", "--no-output", "--no-progress", "--no-results",
    "--path-coverage", "--process-isolation",
    "--random-order", "--resolve-dependencies", "--reverse-list", "--reverse-order",
    "--static-backup", "--stderr", "--strict-coverage",
    "--strict-global-state",
    "--stop-on-defect", "--stop-on-deprecation", "--stop-on-error",
    "--stop-on-failure", "--stop-on-incomplete", "--stop-on-notice",
    "--stop-on-risky", "--stop-on-skipped", "--stop-on-warning",
    "--teamcity", "--testdox", "--testdox-summary",
    "--validate-configuration", "--version",
    "--warm-coverage-cache", "--with-telemetry",
    "-h",
]
valued = [
    "--bootstrap", "--cache-directory", "--colors", "--columns",
    "--configuration", "--coverage-clover", "--coverage-cobertura",
    "--coverage-crap4j", "--coverage-filter", "--coverage-html",
    "--coverage-openclover", "--coverage-php", "--coverage-text",
    "--coverage-xml", "--covers",
    "--default-time-limit", "--diff-context",
    "--exclude-filter", "--exclude-group", "--exclude-testsuite",
    "--extension",
    "--filter",
    "--generate-baseline", "--group",
    "--include-path",
    "--log-events-text", "--log-events-verbose-text",
    "--log-junit", "--log-otr", "--log-teamcity",
    "--order-by",
    "--random-order-seed", "--requires-php-extension", "--run-test-id",
    "--test-suffix", "--testdox-html", "--testdox-text", "--testsuite",
    "--use-baseline", "--uses",
    "-c", "-d",
]