Skip to content

"do-not-cache-result" CLI option is deprecated #1126

Description

@j-schumann
Q A
ParaTest version 7.24.0
PHPUnit version 13.3.0
PHP version 8.5.8

Summary

Similar to #1124, latest PHPUnit has more deprecations: a CLI option.

Current behavior

Paratest output:

There were 2 PHPUnit test runner deprecations:

1) The "--do-not-cache-result" CLI option is deprecated and will be removed in PHPUnit 14. Use "--do-not-record-test-run-history" instead.

2) The "--do-not-cache-result" CLI option is deprecated and will be removed in PHPUnit 14. Use "--do-not-record-test-run-history" instead.

Expected behavior

No deprecation message ;)

Additional information

I would hope that simply switching the option to the new one in src/WrapperWorker.php is enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions